============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_sql_negative.py F

=================================== FAILURES ===================================
___________________ test[watermarks-bad_column-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_negative.py:48: in test
    result = fq_run.yql_exec(check_error=False, action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[watermarks-bad_column-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c8/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c8/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_negative.py, test_name: test[watermarks-bad_column-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 359506
DEBUG    ya.test:process.py:259 Command (pid 359506) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 359506) elapsed time (sec): 22.767219305038452
DEBUG    ya.test:process.py:263 Command (pid 359506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) inblock: 628072
DEBUG    ya.test:process.py:263 Command (pid 359506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) majflt: 259
DEBUG    ya.test:process.py:263 Command (pid 359506) maxrss: 1464488
DEBUG    ya.test:process.py:263 Command (pid 359506) minflt: 989020
DEBUG    ya.test:process.py:263 Command (pid 359506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) nivcsw: 1774
DEBUG    ya.test:process.py:263 Command (pid 359506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 359506) nvcsw: 102988
DEBUG    ya.test:process.py:263 Command (pid 359506) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 359506) stime: 4.1432269999999995
DEBUG    ya.test:process.py:263 Command (pid 359506) utime: 11.815854
DEBUG    ya.test:process.py:263 Command (pid 359506) wtime: 22.776
DEBUG    ya.test:process.py:275 Command (pid 359506) output:
2025-11-14T10:55:45.111704Z Fetching udfs...
2025-11-14T10:55:46.465904Z Initialization of fq runner...
2025-11-14T10:55:50.991558Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.629718s

DEBUG    ya.test:process.py:276 Command (pid 359506) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b916bb08bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b916bb08bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b916b4f9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b916bb08bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b916bb08bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b916b4f9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b916bb33d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b916b54b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b916b54b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b916b54b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b916bb100f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b916b3fd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b916b406660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b916bb0ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b916bb0fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b916bb0fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b916bb0d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b916bb0d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4639a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4639a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b916b4fccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b916b4fccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b916b4f9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b916b49ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b916b49ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b916b49ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b916b4028dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b916b4028dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b916b46a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b916b46ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b916b46ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b916b46ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b916b46c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b916b45337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b916bb0fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b916bb0fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b916bb0fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b916bb0d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b916bb0d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b916bb0776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b916bafdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b916bafdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b916bafa41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b916bafa3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b916bb1006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b916bb0776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b916b4637fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b916b4637fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b916b4029c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b916b3f2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b916b3f2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b916b4f9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b916b49ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b916b49ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b916b49ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b916b4028dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b916b4028dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b916b46a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b916b46ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b916b46ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b916b46ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b916b466c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b916b446f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b916b3f2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b916b3f2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b916b4f9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b916b3f2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b916b3f2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b916b3f317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b916b3f317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b916b54b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b916b54b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b916bb100f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b916b3e7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b916b3e7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b916bb07c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b916bb08bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b916bb08bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b916b4f9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b916bb08bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b916bb08bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b916b4f9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b916bb33d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b916b54b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b916b54b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b916b54b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b916bb100f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b916b3fd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b916b406660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b916bb0ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b916bb0fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b916bb0fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b916bb0d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b916bb0d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4639a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4639a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b916b4fccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b916b4fccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b916b4f9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b916b49ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b916b49ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b916b49ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b916b4028dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b916b4028dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b916b46a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b916b46ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b916b46ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b916b46ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b916b46c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b916b45337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b916bb0fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b916bb0fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b916bb0fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b916bb0d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b916bb0d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b916bb0776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b916bafdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b916bafdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b916bafa41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b916bafa3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b916bb1006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f91896f3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b47ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b916b47ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b916bb07b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b916bb0776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4632f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4632f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b916bb0795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b916b3e3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b916b4637fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b916b4637fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b916b4029c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b916b3f2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b916b3f2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b916b4f9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b916b3f2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b916b54a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b916b54a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b916bb10bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b916bb10408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b916bb0d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b916bb0d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b916bb0d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b916bb35476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b916bb35476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b916bb34d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b916b0278f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b47b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b916b48262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b916b49ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b916b49ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b916b49ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b916b4028dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b916b4028dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b916b46a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b916b46ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b916b46ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b916b46ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b916b466c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b916b446f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b916b3f2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b916b3f2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b916b4f9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b916b3f2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b916b3f2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b916b3f317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b916b3f317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b916b54b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b916b54b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b916bb100f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b916b3e7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b916b3e7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b916bb07c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b916bb07994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b916bb07758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b916bb05396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b916bb052dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b916bb34a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b916b44fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b916b54cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b916b54cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b916b54cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b916b44e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b916b4f6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b916b4f6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b916b4ef3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b916b4ef3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b916b4ef3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b916b4cb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
22.83s call     test_sql_negative.py::test[watermarks-bad_column-default.txt]
0.04s setup    test_sql_negative.py::test[watermarks-bad_column-default.txt]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_negative.py::test[watermarks-bad_column-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_mt8qpqak/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b916b4cb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b916b4faefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b916b3f398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b916b3f398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b916b3f37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b916b54a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b916b54a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b916b4ca467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b916b4ca467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b916b44e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b916b3f2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b916b3f2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
============================== 1 failed in 23.56s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_sql_negative.py F

=================================== FAILURES ===================================
__________________ test[watermarks-bad_pushdown-default.txt] ___________________
ydb/tests/fq/streaming_optimize/test_sql_negative.py:48: in test
    result = fq_run.yql_exec(check_error=False, action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453641 byte(s) leaked in 8614 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[watermarks-bad_pushdown-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e6/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_negative.py, test_name: test[watermarks-bad_pushdown-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 135033
DEBUG    ya.test:process.py:259 Command (pid 135033) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 135033) elapsed time (sec): 24.743711948394775
DEBUG    ya.test:process.py:263 Command (pid 135033) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) inblock: 703984
DEBUG    ya.test:process.py:263 Command (pid 135033) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) majflt: 121
DEBUG    ya.test:process.py:263 Command (pid 135033) maxrss: 1454640
DEBUG    ya.test:process.py:263 Command (pid 135033) minflt: 994554
DEBUG    ya.test:process.py:263 Command (pid 135033) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) nivcsw: 2843
DEBUG    ya.test:process.py:263 Command (pid 135033) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 135033) nvcsw: 100906
DEBUG    ya.test:process.py:263 Command (pid 135033) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 135033) stime: 4.136632
DEBUG    ya.test:process.py:263 Command (pid 135033) utime: 12.24495
DEBUG    ya.test:process.py:263 Command (pid 135033) wtime: 24.761
DEBUG    ya.test:process.py:275 Command (pid 135033) output:
2025-11-14T10:43:45.119619Z Fetching udfs...
2025-11-14T10:43:47.973882Z Initialization of fq runner...
2025-11-14T10:43:54.233871Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.662455s

DEBUG    ya.test:process.py:276 Command (pid 135033) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9ce63c8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9ce63c8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9ce5db9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9ce63c8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b9ce63c8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b9ce5db9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9ce63f3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b9ce5e0b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b9ce5e0b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b9ce5e0b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b9ce63d00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9ce5cbd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9ce5cc6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9ce63cff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9ce63cfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9ce63cfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9ce63cd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9ce63cd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9ce5dbccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9ce5dbccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9ce5db9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9ce5d5ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9ce5d5ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9ce5d5ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9ce5cc28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9ce5cc28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9ce5d2a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9ce5d2ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9ce5d2ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9ce5d2ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9ce5d2c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9ce5d1337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9ce63cfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9ce63cfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9ce63cfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9ce63cd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9ce63cd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9ce63c776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9ce63bdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b9ce63bdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b9ce63ba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b9ce63ba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b9ce63d006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9ce63c776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9ce5d237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9ce5d237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9ce5cc29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9ce5cb2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9ce5cb2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9ce5db9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9ce5d5ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9ce5d5ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9ce5d5ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9ce5cc28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9ce5cc28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9ce5d2a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9ce5d2ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9ce5d2ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9ce5d2ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9ce5d26c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9ce5d06f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9ce5cb2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9ce5cb2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9ce5db9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9ce5cb2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9ce5cb2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9ce5cb317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9ce5cb317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9ce5e0b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b9ce5e0b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b9ce63d00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9ce5ca7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9ce5ca7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9ce63c7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453641 byte(s) leaked in 8614 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9ce63c8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9ce63c8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9ce5db9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9ce63c8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b9ce63c8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b9ce5db9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9ce63f3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b9ce5e0b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b9ce5e0b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b9ce5e0b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b9ce63d00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9ce5cbd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9ce5cc6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9ce63cff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9ce63cfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9ce63cfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9ce63cd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9ce63cd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9ce5dbccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9ce5dbccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9ce5db9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9ce5d5ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9ce5d5ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9ce5d5ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9ce5cc28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9ce5cc28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9ce5d2a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9ce5d2ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9ce5d2ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9ce5d2ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9ce5d2c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9ce5d1337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9ce63cfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9ce63cfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9ce63cfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9ce63cd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9ce63cd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9ce63c776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9ce63bdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b9ce63bdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b9ce63ba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b9ce63ba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b9ce63d006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f9d03fabd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d3ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9ce5d3ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9ce63c7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9ce63c776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9ce63c795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9ce5ca3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9ce5d237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9ce5d237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9ce5cc29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9ce5cb2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9ce5cb2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9ce5db9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9ce5cb2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9ce5e0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b9ce5e0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b9ce63d0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9ce63d0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9ce63cd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9ce63cd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9ce63cd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9ce63f5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b9ce63f5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b9ce63f4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b9ce58e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5d3b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9ce5d4262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9ce5d5ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9ce5d5ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9ce5d5ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9ce5cc28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9ce5cc28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9ce5d2a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9ce5d2ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9ce5d2ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9ce5d2ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9ce5d26c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9ce5d06f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9ce5cb2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9ce5cb2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9ce5db9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9ce5cb2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9ce5cb2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9ce5cb317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9ce5cb317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9ce5e0b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b9ce5e0b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b9ce63d00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9ce5ca7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9ce5ca7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9ce63c7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9ce63c7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9ce63c7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9ce63c5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9ce63c52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9ce63f4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9ce5d0fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9ce5e0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9ce5e0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9ce5e0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9ce5d0e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9ce5db6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9ce5db6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9ce5daf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9ce5daf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9ce5daf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9ce5d8b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453641 byte(s) leaked in 8614 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
24.82s call     test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]
0.08s setup    test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_negative.py::test[watermarks-bad_pushdown-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_9oqbi9vv/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9ce5d8b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9ce5dbaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9ce5cb398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9ce5cb398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9ce5cb37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9ce5e0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9ce5e0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9ce5d8a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9ce5d8a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9ce5d0e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9ce5cb2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9ce5cb2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453641 byte(s) leaked in 8614 allocation(s).
============================== 1 failed in 26.14s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028d8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

============================ no tests ran in 0.11s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

============================ no tests ran in 0.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
_______________________ test[hop-GroupByHop-default.txt] _______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453740 byte(s) leaked in 8616 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHop-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHop-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 135161
DEBUG    ya.test:process.py:259 Command (pid 135161) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 135161) elapsed time (sec): 23.74774932861328
DEBUG    ya.test:process.py:263 Command (pid 135161) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) inblock: 522656
DEBUG    ya.test:process.py:263 Command (pid 135161) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) majflt: 101
DEBUG    ya.test:process.py:263 Command (pid 135161) maxrss: 1494400
DEBUG    ya.test:process.py:263 Command (pid 135161) minflt: 1009841
DEBUG    ya.test:process.py:263 Command (pid 135161) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) nivcsw: 2349
DEBUG    ya.test:process.py:263 Command (pid 135161) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 135161) nvcsw: 101780
DEBUG    ya.test:process.py:263 Command (pid 135161) oublock: 9608
DEBUG    ya.test:process.py:263 Command (pid 135161) stime: 4.083529
DEBUG    ya.test:process.py:263 Command (pid 135161) utime: 12.94145
DEBUG    ya.test:process.py:263 Command (pid 135161) wtime: 23.77
DEBUG    ya.test:process.py:275 Command (pid 135161) output:
2025-11-14T10:43:45.518051Z Fetching udfs...
2025-11-14T10:43:47.899629Z Initialization of fq runner...
2025-11-14T10:43:53.197802Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.271774s
2025-11-14T10:43:54.485680Z Fetching query results...
2025-11-14T10:43:54.485712Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 135161) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b162db98bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b162db98bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b162d589e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b162db98bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b162db98bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b162d589e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b162dbc3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b162d5db4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b162d5db4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b162d5db4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b162dba00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b162d48d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b162d496660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b162db9ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b162db9fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b162db9fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b162db9d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b162db9d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b162d58ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b162d58ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b162d589447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b162d52ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b162d52ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b162d52ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b162d4928dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b162d4928dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b162d4fa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b162d4fac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b162d4fac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b162d4fac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b162d4fc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b162d4e337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b162db9fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b162db9fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b162db9fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b162db9d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b162db9d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b162db9776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b162db8dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b162db8dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b162db8a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b162db8a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b162dba006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b162db9776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b162d4f37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b162d4f37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b162d4929c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b162d482694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b162d482694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b162d589212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b162d52ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b162d52ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b162d52ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b162d4928dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b162d4928dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b162d4fa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b162d4fac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b162d4fac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b162d4fac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b162d4f6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b162d4d6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b162d482694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b162d482694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b162d589212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b162d482b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b162d482b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b162d48317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b162d48317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b162d5db4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b162d5db4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b162dba00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b162d477372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b162d477372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b162db97c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453740 byte(s) leaked in 8616 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b162db98bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b162db98bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b162d589e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b162db98bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b162db98bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b162d589e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b162dbc3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b162d5db4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b162d5db4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b162d5db4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b162dba00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b162d48d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b162d496660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b162db9ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b162db9fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b162db9fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b162db9d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b162db9d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b162d58ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b162d58ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b162d589447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b162d52ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b162d52ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b162d52ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b162d4928dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b162d4928dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b162d4fa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b162d4fac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b162d4fac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b162d4fac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b162d4fc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b162d4e337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b162db9fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b162db9fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b162db9fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b162db9d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b162db9d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b162db9776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b162db8dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b162db8dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b162db8a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b162db8a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b162dba006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f164b77fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d50ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b162d50ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b162db97b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b162db9776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b162db9795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d473a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b162d473a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b162d4f37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b162d4f37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b162d4929c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b162d482694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b162d482694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b162d589212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b162d482d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b162d5da2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b162d5da0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b162dba0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b162dba0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b162db9d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b162db9d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b162db9d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b162dbc5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b162dbc5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b162dbc4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b162d0b78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d50b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b162d51262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b162d52ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b162d52ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b162d52ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b162d4928dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b162d4928dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b162d4fa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b162d4fac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b162d4fac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b162d4fac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b162d4f6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b162d4d6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b162d482694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b162d482694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b162d589212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b162d482b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b162d482b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b162d48317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b162d48317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b162d5db4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b162d5db4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b162dba00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b162d477372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b162d477372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b162db97c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b162db97994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b162db97758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b162db95396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b162db952dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b162dbc4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b162d4dfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b162d5dcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b162d5dcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b162d5dcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b162d4de884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b162d586ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b162d586ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b162d57f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b162d57f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b162d57f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b162d55b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453740 byte(s) leaked in 8616 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_________________ test[hop-GroupByHopByStringKey-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopByStringKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopByStringKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 140913
DEBUG    ya.test:process.py:259 Command (pid 140913) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 140913) elapsed time (sec): 25.073391675949097
DEBUG    ya.test:process.py:263 Command (pid 140913) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) maxrss: 1503288
DEBUG    ya.test:process.py:263 Command (pid 140913) minflt: 1026643
DEBUG    ya.test:process.py:263 Command (pid 140913) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) nivcsw: 3267
DEBUG    ya.test:process.py:263 Command (pid 140913) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 140913) nvcsw: 102052
DEBUG    ya.test:process.py:263 Command (pid 140913) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 140913) stime: 4.472892
DEBUG    ya.test:process.py:263 Command (pid 140913) utime: 12.81525
DEBUG    ya.test:process.py:263 Command (pid 140913) wtime: 25.077
DEBUG    ya.test:process.py:275 Command (pid 140913) output:
2025-11-14T10:44:09.697791Z Fetching udfs...
2025-11-14T10:44:10.237787Z Initialization of fq runner...
2025-11-14T10:44:16.543959Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 2.118464s
2025-11-14T10:44:18.669080Z Fetching query results...
2025-11-14T10:44:18.669119Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 140913) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71dae88bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b71dae88bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b71da879e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b71dae88bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b71dae88bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b71da879e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b71daeb3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b71da8cb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b71da8cb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b71da8cb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b71dae900f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71da77d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b71da786660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b71dae8ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b71dae8fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b71dae8fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b71dae8d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b71dae8d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b71da87ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b71da87ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b71da879447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71da81ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71da81ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71da81ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71da7828dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71da7828dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71da7ea13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71da7eac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71da7eac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71da7eac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71da7ec4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b71da7d337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b71dae8fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b71dae8fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b71dae8fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b71dae8d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b71dae8d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71dae8776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b71dae7dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b71dae7dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b71dae7a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b71dae7a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b71dae9006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71dae8776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71da7e37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71da7e37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b71da7829c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b71da772694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b71da772694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b71da879212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71da81ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71da81ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71da81ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71da7828dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71da7828dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71da7ea13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71da7eac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71da7eac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71da7eac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71da7e6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b71da7c6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b71da772694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71da772694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b71da879212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b71da772b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b71da772b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b71da77317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b71da77317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b71da8cb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b71da8cb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b71dae900f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71da767372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b71da767372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b71dae87c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71dae88bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b71dae88bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b71da879e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b71dae88bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b71dae88bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b71da879e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b71daeb3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b71da8cb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b71da8cb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b71da8cb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b71dae900f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71da77d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b71da786660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b71dae8ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b71dae8fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b71dae8fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b71dae8d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b71dae8d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b71da87ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b71da87ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b71da879447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71da81ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71da81ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71da81ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71da7828dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71da7828dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71da7ea13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71da7eac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71da7eac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71da7eac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71da7ec4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b71da7d337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b71dae8fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b71dae8fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b71dae8fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b71dae8d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b71dae8d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71dae8776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b71dae7dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b71dae7dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b71dae7a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b71dae7a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b71dae9006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f71f8a78d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da7fca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71da7fca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71dae87b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71dae8776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71dae8795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da763a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71da763a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71da7e37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71da7e37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b71da7829c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b71da772694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b71da772694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b71da879212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b71da772d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b71da8ca2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b71da8ca0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b71dae90bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b71dae90408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b71dae8d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b71dae8d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b71dae8d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b71daeb5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b71daeb5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b71daeb4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b71da3a78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da7fb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71da80262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71da81ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71da81ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71da81ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71da7828dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71da7828dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71da7ea13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71da7eac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71da7eac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71da7eac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71da7e6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b71da7c6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b71da772694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71da772694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b71da879212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b71da772b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b71da772b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b71da77317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b71da77317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b71da8cb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b71da8cb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b71dae900f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71da767372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b71da767372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b71dae87c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71dae87994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71dae87758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71dae85396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71dae852dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71daeb4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71da7cfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71da8ccde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71da8ccde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b71da8ccde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71da7ce884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b71da876ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71da876ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71da86f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71da86f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71da86f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71da84b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
___________________ test[hop-GroupByHopExprKey-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopExprKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopExprKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 147257
DEBUG    ya.test:process.py:259 Command (pid 147257) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 147257) elapsed time (sec): 24.791725158691406
DEBUG    ya.test:process.py:263 Command (pid 147257) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) maxrss: 1489832
DEBUG    ya.test:process.py:263 Command (pid 147257) minflt: 997651
DEBUG    ya.test:process.py:263 Command (pid 147257) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) nivcsw: 2953
DEBUG    ya.test:process.py:263 Command (pid 147257) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 147257) nvcsw: 102793
DEBUG    ya.test:process.py:263 Command (pid 147257) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 147257) stime: 4.219558
DEBUG    ya.test:process.py:263 Command (pid 147257) utime: 12.555448
DEBUG    ya.test:process.py:263 Command (pid 147257) wtime: 24.795
DEBUG    ya.test:process.py:275 Command (pid 147257) output:
2025-11-14T10:44:35.100599Z Fetching udfs...
2025-11-14T10:44:35.758026Z Initialization of fq runner...
2025-11-14T10:44:40.778857Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.097043s
2025-11-14T10:44:41.886653Z Fetching query results...
2025-11-14T10:44:41.886687Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 147257) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3209cc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b3209cc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b32096b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b3209cc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b3209cc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b32096b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b3209cf3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b320970b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b320970b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b320970b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b3209cd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b32095bd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b32095c6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b3209ccff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b3209ccfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b3209ccfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b3209ccd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b3209ccd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b32096bccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b32096bccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b32096b9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b320965ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b320965ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b320965ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b32095c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b32095c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b320962a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b320962ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b320962ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b320962ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b320962c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b320961337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b3209ccfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b3209ccfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b3209ccfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b3209ccd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b3209ccd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3209cc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b3209cbdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b3209cbdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b3209cba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b3209cba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b3209cd006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3209cc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32096237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32096237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b32095c29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b32095b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b32095b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b32096b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b320965ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b320965ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b320965ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b32095c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b32095c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b320962a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b320962ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b320962ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b320962ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b3209626c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b3209606f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b32095b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b32095b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b32096b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b32095b2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b32095b2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b32095b317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b32095b317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b320970b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b320970b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b3209cd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32095a7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b32095a7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b3209cc7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3209cc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b3209cc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b32096b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b3209cc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b3209cc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b32096b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b3209cf3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b320970b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b320970b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b320970b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b3209cd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b32095bd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b32095c6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b3209ccff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b3209ccfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b3209ccfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b3209ccd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b3209ccd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b32096bccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b32096bccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b32096b9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b320965ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b320965ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b320965ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b32095c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b32095c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b320962a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b320962ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b320962ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b320962ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b320962c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b320961337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b3209ccfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b3209ccfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b3209ccfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b3209ccd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b3209ccd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3209cc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b3209cbdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b3209cbdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b3209cba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b3209cba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b3209cd006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f32278b0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320963ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b320963ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3209cc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3209cc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3209cc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b32095a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32096237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32096237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b32095c29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b32095b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b32095b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b32096b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b32095b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b320970a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b320970a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b3209cd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b3209cd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b3209ccd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b3209ccd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b3209ccd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b3209cf5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b3209cf5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b3209cf4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b32091e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b320963b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b320964262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b320965ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b320965ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b320965ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b32095c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b32095c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b320962a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b320962ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b320962ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b320962ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b3209626c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b3209606f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b32095b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b32095b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b32096b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b32095b2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b32095b2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b32095b317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b32095b317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b320970b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b320970b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b3209cd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32095a7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b32095a7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b3209cc7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3209cc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3209cc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3209cc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3209cc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3209cf4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b320960fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b320970cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b320970cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b320970cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b320960e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b32096b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b32096b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b32096af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b32096af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b32096af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b320968b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
___________________ test[hop-GroupByHopListKey-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopListKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopListKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 156604
DEBUG    ya.test:process.py:259 Command (pid 156604) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 156604) elapsed time (sec): 24.65541696548462
DEBUG    ya.test:process.py:263 Command (pid 156604) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 156604) maxrss: 1464748
DEBUG    ya.test:process.py:263 Command (pid 156604) minflt: 1018000
DEBUG    ya.test:process.py:263 Command (pid 156604) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) nivcsw: 2787
DEBUG    ya.test:process.py:263 Command (pid 156604) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 156604) nvcsw: 101489
DEBUG    ya.test:process.py:263 Command (pid 156604) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 156604) stime: 4.098569
DEBUG    ya.test:process.py:263 Command (pid 156604) utime: 12.741011
DEBUG    ya.test:process.py:263 Command (pid 156604) wtime: 24.67
DEBUG    ya.test:process.py:275 Command (pid 156604) output:
2025-11-14T10:45:00.252909Z Fetching udfs...
2025-11-14T10:45:00.928447Z Initialization of fq runner...
2025-11-14T10:45:08.124498Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.865285s
2025-11-14T10:45:10.037124Z Fetching query results...
2025-11-14T10:45:10.037155Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 156604) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb8c3ff8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb8c3ff8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb8c39e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb8c3ff8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb8c3ff8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb8c39e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb8c4023d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb8c3a3b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb8c3a3b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb8c3a3b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb8c40000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb8c38ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb8c38f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb8c3ffff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb8c3fffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb8c3fffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb8c3ffd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb8c3ffd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb8c39eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb8c39eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb8c39e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb8c398ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb8c398ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb8c398ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb8c38f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb8c38f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb8c395a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb8c395ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb8c395ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb8c395ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb8c395c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb8c394337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb8c3fffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb8c3fffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb8c3fffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb8c3ffd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb8c3ffd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8c3ff776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb8c3fedcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb8c3fedcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb8c3fea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb8c3fea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb8c400006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8c3ff776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb8c39537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb8c39537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb8c38f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb8c38e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb8c38e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb8c39e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb8c398ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb8c398ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb8c398ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb8c38f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb8c38f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb8c395a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb8c395ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb8c395ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb8c395ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb8c3956c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb8c3936f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb8c38e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb8c38e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb8c39e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb8c38e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb8c38e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb8c38e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb8c38e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb8c3a3b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb8c3a3b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb8c40000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb8c38d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb8c38d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb8c3ff7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb8c3ff8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb8c3ff8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb8c39e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb8c3ff8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb8c3ff8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb8c39e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb8c4023d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb8c3a3b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb8c3a3b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb8c3a3b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb8c40000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb8c38ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb8c38f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb8c3ffff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb8c3fffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb8c3fffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb8c3ffd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb8c3ffd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb8c39eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb8c39eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb8c39e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb8c398ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb8c398ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb8c398ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb8c38f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb8c38f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb8c395a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb8c395ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb8c395ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb8c395ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb8c395c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb8c394337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb8c3fffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb8c3fffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb8c3fffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb8c3ffd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb8c3ffd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8c3ff776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb8c3fedcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb8c3fedcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb8c3fea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb8c3fea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb8c400006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb8e1be7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c396ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb8c396ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8c3ff7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8c3ff776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8c3ff795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb8c38d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb8c39537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb8c39537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb8c38f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb8c38e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb8c38e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb8c39e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb8c38e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb8c3a3a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb8c3a3a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb8c4000bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb8c4000408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb8c3ffd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb8c3ffd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb8c3ffd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb8c4025476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bb8c4025476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bb8c4024d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bb8c35178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c396b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb8c397262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb8c398ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb8c398ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb8c398ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb8c38f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb8c38f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb8c395a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb8c395ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb8c395ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb8c395ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb8c3956c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb8c3936f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb8c38e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb8c38e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb8c39e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb8c38e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb8c38e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb8c38e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb8c38e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb8c3a3b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb8c3a3b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb8c40000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb8c38d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb8c38d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb8c3ff7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8c3ff7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8c3ff7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8c3ff5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb8c3ff52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb8c4024a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb8c393fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb8c3a3cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb8c3a3cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb8c3a3cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb8c393e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb8c39e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb8c39e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb8c39df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb8c39df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb8c39df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb8c39bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
____________________ test[hop-GroupByHopNoKey-default.txt] _____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453741 byte(s) leaked in 8616 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopNoKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopNoKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 163911
DEBUG    ya.test:process.py:259 Command (pid 163911) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 163911) elapsed time (sec): 24.03441858291626
DEBUG    ya.test:process.py:263 Command (pid 163911) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) inblock: 433176
DEBUG    ya.test:process.py:263 Command (pid 163911) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) majflt: 39
DEBUG    ya.test:process.py:263 Command (pid 163911) maxrss: 1480188
DEBUG    ya.test:process.py:263 Command (pid 163911) minflt: 1008236
DEBUG    ya.test:process.py:263 Command (pid 163911) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) nivcsw: 2912
DEBUG    ya.test:process.py:263 Command (pid 163911) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 163911) nvcsw: 102298
DEBUG    ya.test:process.py:263 Command (pid 163911) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 163911) stime: 4.541472
DEBUG    ya.test:process.py:263 Command (pid 163911) utime: 12.827273
DEBUG    ya.test:process.py:263 Command (pid 163911) wtime: 24.048
DEBUG    ya.test:process.py:275 Command (pid 163911) output:
2025-11-14T10:45:25.998638Z Fetching udfs...
2025-11-14T10:45:27.325355Z Initialization of fq runner...
2025-11-14T10:45:32.897323Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.264317s
2025-11-14T10:45:34.168440Z Fetching query results...
2025-11-14T10:45:34.168462Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 163911) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2577fc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2577fc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b25779b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2577fc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b2577fc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b25779b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2577ff3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b2577a0b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b2577a0b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b2577a0b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b2577fd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b25778bd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b25778c6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2577fcff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2577fcfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2577fcfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2577fcd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2577fcd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b25779bccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b25779bccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b25779b9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b257795ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b257795ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b257795ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b25778c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b25778c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b257792a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b257792ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b257792ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b257792ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b257792c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b257791337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2577fcfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2577fcfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2577fcfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2577fcd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2577fcd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2577fc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2577fbdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b2577fbdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b2577fba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b2577fba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b2577fd006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2577fc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25779237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25779237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b25778c29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b25778b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b25778b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b25779b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b257795ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b257795ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b257795ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b25778c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b25778c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b257792a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b257792ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b257792ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b257792ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2577926c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b2577906f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b25778b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25778b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b25779b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b25778b2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b25778b2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b25778b317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b25778b317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b2577a0b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b2577a0b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b2577fd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25778a7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b25778a7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2577fc7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453741 byte(s) leaked in 8616 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2577fc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2577fc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b25779b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2577fc8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b2577fc8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b25779b9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2577ff3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b2577a0b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b2577a0b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b2577a0b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b2577fd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b25778bd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b25778c6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2577fcff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2577fcfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2577fcfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2577fcd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2577fcd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779239a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779239a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b25779bccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b25779bccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b25779b9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b257795ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b257795ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b257795ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b25778c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b25778c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b257792a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b257792ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b257792ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b257792ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b257792c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b257791337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2577fcfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2577fcfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2577fcfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2577fcd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2577fcd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2577fc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2577fbdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b2577fbdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b2577fba41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b2577fba3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b2577fd006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f2595bb7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257793ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b257793ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2577fc7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2577fc776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779232f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779232f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2577fc795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25778a3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25779237fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25779237fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b25778c29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b25778b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b25778b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b25779b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b25778b2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b2577a0a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b2577a0a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b2577fd0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2577fd0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2577fcd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2577fcd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2577fcd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2577ff5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b2577ff5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b2577ff4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b25774e78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b257793b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b257794262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b257795ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b257795ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b257795ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b25778c28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b25778c28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b257792a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b257792ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b257792ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b257792ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2577926c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b2577906f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b25778b2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25778b2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b25779b9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b25778b2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b25778b2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b25778b317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b25778b317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b2577a0b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b2577a0b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b2577fd00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25778a7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b25778a7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2577fc7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2577fc7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2577fc7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2577fc5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2577fc52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2577ff4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b257790fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2577a0cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2577a0cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b2577a0cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b257790e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b25779b6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b25779b6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b25779af3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b25779af3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b25779af3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b257798b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453741 byte(s) leaked in 8616 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
__________________ test[hop-GroupByHopPercentile-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopPercentile-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopPercentile-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 170160
DEBUG    ya.test:process.py:259 Command (pid 170160) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 170160) elapsed time (sec): 21.683128356933594
DEBUG    ya.test:process.py:263 Command (pid 170160) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) inblock: 17776
DEBUG    ya.test:process.py:263 Command (pid 170160) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) majflt: 17
DEBUG    ya.test:process.py:263 Command (pid 170160) maxrss: 1502700
DEBUG    ya.test:process.py:263 Command (pid 170160) minflt: 992037
DEBUG    ya.test:process.py:263 Command (pid 170160) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) nivcsw: 1971
DEBUG    ya.test:process.py:263 Command (pid 170160) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 170160) nvcsw: 103718
DEBUG    ya.test:process.py:263 Command (pid 170160) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 170160) stime: 4.212142
DEBUG    ya.test:process.py:263 Command (pid 170160) utime: 12.846113
DEBUG    ya.test:process.py:263 Command (pid 170160) wtime: 21.685
DEBUG    ya.test:process.py:275 Command (pid 170160) output:
2025-11-14T10:45:50.150822Z Fetching udfs...
2025-11-14T10:45:50.985115Z Initialization of fq runner...
2025-11-14T10:45:55.410503Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.415716s
2025-11-14T10:45:56.832729Z Fetching query results...
2025-11-14T10:45:56.832759Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 170160) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbd20ae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbd20ae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbd204d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbd20ae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bbd20ae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bbd204d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbd20b13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bbd2052b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bbd2052b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bbd2052b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bbd20af00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbd203dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbd203e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbd20aeff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbd20aefcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbd20aefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbd20aed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbd20aed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbd204dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbd204dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbd204d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbd2047ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbd2047ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbd2047ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbd203e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbd203e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbd2044a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbd2044ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbd2044ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbd2044ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbd2044c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbd2043337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbd20aefb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbd20aefb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbd20aefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbd20aed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbd20aed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbd20ae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbd20addcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bbd20addcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bbd20ada41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bbd20ada3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bbd20af006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbd20ae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbd204437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbd204437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbd203e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbd203d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbd203d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbd204d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbd2047ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbd2047ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbd2047ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbd203e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbd203e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbd2044a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbd2044ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbd2044ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbd2044ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbd20446c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbd20426f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbd203d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbd203d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbd204d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbd203d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbd203d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbd203d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbd203d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbd2052b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bbd2052b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bbd20af00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbd203c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbd203c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbd20ae7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbd20ae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbd20ae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbd204d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbd20ae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bbd20ae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bbd204d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbd20b13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bbd2052b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bbd2052b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bbd2052b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bbd20af00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbd203dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbd203e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbd20aeff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbd20aefcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbd20aefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbd20aed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbd20aed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbd204dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbd204dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbd204d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbd2047ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbd2047ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbd2047ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbd203e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbd203e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbd2044a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbd2044ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbd2044ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbd2044ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbd2044c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbd2043337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbd20aefb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbd20aefb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbd20aefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbd20aed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbd20aed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbd20ae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbd20addcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bbd20addcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bbd20ada41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bbd20ada3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bbd20af006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fbd3e6d4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2045ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbd2045ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbd20ae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbd20ae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbd20ae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbd203c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbd204437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbd204437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbd203e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbd203d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbd203d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbd204d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbd203d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbd2052a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bbd2052a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bbd20af0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbd20af0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbd20aed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbd20aed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbd20aed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbd20b15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bbd20b15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bbd20b14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bbd200078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd2045b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbd2046262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbd2047ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbd2047ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbd2047ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbd203e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbd203e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbd2044a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbd2044ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbd2044ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbd2044ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbd20446c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbd20426f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbd203d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbd203d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbd204d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbd203d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbd203d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbd203d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbd203d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbd2052b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bbd2052b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bbd20af00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbd203c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbd203c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbd20ae7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbd20ae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbd20ae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbd20ae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbd20ae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbd20b14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbd2042fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbd2052cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbd2052cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bbd2052cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbd2042e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bbd204d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbd204d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbd204cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbd204cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbd204cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbd204ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
__________ test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028e0/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 177497
DEBUG    ya.test:process.py:259 Command (pid 177497) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 177497) elapsed time (sec): 21.244373321533203
DEBUG    ya.test:process.py:263 Command (pid 177497) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) inblock: 2544
DEBUG    ya.test:process.py:263 Command (pid 177497) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 177497) maxrss: 1515344
DEBUG    ya.test:process.py:263 Command (pid 177497) minflt: 1001212
DEBUG    ya.test:process.py:263 Command (pid 177497) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) nivcsw: 2164
DEBUG    ya.test:process.py:263 Command (pid 177497) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 177497) nvcsw: 104454
DEBUG    ya.test:process.py:263 Command (pid 177497) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 177497) stime: 4.116136
DEBUG    ya.test:process.py:263 Command (pid 177497) utime: 12.568376
DEBUG    ya.test:process.py:263 Command (pid 177497) wtime: 21.251
DEBUG    ya.test:process.py:275 Command (pid 177497) output:
2025-11-14T10:46:12.276720Z Fetching udfs...
2025-11-14T10:46:12.965966Z Initialization of fq runner...
2025-11-14T10:46:17.603133Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.290508s
2025-11-14T10:46:18.899336Z Fetching query results...
2025-11-14T10:46:18.899369Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 177497) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1657df8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1657df8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b16577e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1657df8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1657df8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b16577e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1657e23d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b165783b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b165783b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b165783b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b1657e000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b16576ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b16576f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1657dfff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1657dffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1657dffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1657dfd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1657dfd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b16577eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b16577eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b16577e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b165778ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b165778ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b165778ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b16576f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b16576f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b165775a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b165775ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b165775ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b165775ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b165775c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b165774337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1657dffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1657dffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1657dffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1657dfd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1657dfd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1657df776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1657dedcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b1657dedcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b1657dea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b1657dea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b1657e0006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1657df776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16577537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16577537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b16576f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b16576e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b16576e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b16577e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b165778ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b165778ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b165778ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b16576f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b16576f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b165775a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b165775ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b165775ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b165775ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1657756c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1657736f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b16576e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16576e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b16577e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b16576e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b16576e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b16576e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b16576e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b165783b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b165783b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b1657e000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16576d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b16576d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1657df7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1657df8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1657df8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b16577e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1657df8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1657df8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b16577e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1657e23d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b165783b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b165783b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b165783b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b1657e000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b16576ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b16576f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1657dfff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1657dffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1657dffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1657dfd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1657dfd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b16577eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b16577eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b16577e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b165778ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b165778ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b165778ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b16576f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b16576f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b165775a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b165775ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b165775ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b165775ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b165775c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b165774337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1657dffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1657dffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1657dffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1657dfd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1657dfd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1657df776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1657dedcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b1657dedcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b1657dea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b1657dea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b1657e0006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f16759dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165776ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b165776ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1657df7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1657df776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1657df795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16576d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16577537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16577537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b16576f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b16576e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b16576e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b16577e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b16576e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b165783a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b165783a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1657e00bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1657e00408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1657dfd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1657dfd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1657dfd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1657e25476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b1657e25476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b1657e24d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b16573178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b165776b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b165777262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b165778ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b165778ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b165778ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b16576f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b16576f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b165775a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b165775ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b165775ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b165775ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1657756c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1657736f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b16576e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16576e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b16577e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b16576e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b16576e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b16576e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b16576e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b165783b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b165783b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b1657e000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16576d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b16576d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1657df7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1657df7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1657df7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1657df5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1657df52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1657e24a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b165773fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b165783cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b165783cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b165783cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b165773e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b16577e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b16577e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16577df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16577df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16577df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b16577bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
25.14s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
24.85s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
24.74s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
24.14s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
23.83s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
21.77s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
21.35s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.43s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
0.09s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
0.04s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.01s teardown test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hop-GroupByHop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_aqauegll/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b162d55b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b162d58aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b162d48398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b162d48398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b162d4837f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b162d5da7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b162d5da7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b162d55a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b162d55a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b162d4de625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b162d482e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b162d482e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453740 byte(s) leaked in 8616 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qflvw5y7/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71da84b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71da87aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71da77398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71da77398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71da7737f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71da8ca7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71da8ca7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71da84a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71da84a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71da7ce625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71da772e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71da772e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__jd2bje1/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b320968b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b32096baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b32095b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b32095b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b32095b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b320970a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b320970a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b320968a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b320968a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b320960e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b32095b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b32095b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_t0ea_4l8/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb8c39bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb8c39eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb8c38e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb8c38e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb8c38e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb8c3a3a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb8c3a3a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb8c39ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb8c39ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb8c393e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb8c38e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb8c38e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_b3voap_2/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b257798b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25779baefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25778b398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25778b398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25778b37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2577a0a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b2577a0a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b257798a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b257798a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b257790e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25778b2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25778b2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453741 byte(s) leaked in 8616 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_eymppuut/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbd204ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbd204daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbd203d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbd203d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbd203d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbd2052a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bbd2052a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bbd204aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbd204aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbd2042e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbd203d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbd203d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028e0/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_5r9dn4rx/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16577bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16577eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16576e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16576e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16576e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b165783a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b165783a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16577ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16577ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b165773e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16576e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16576e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
======================== 7 failed in 169.03s (0:02:49) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
______________ test[hop-GroupByHopWithDataWatermarks-default.txt] ______________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hop-GroupByHopWithDataWatermarks-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopWithDataWatermarks-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 360688
DEBUG    ya.test:process.py:259 Command (pid 360688) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 360688) elapsed time (sec): 19.74445676803589
DEBUG    ya.test:process.py:263 Command (pid 360688) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) maxrss: 1518408
DEBUG    ya.test:process.py:263 Command (pid 360688) minflt: 997921
DEBUG    ya.test:process.py:263 Command (pid 360688) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) nivcsw: 2359
DEBUG    ya.test:process.py:263 Command (pid 360688) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 360688) nvcsw: 103733
DEBUG    ya.test:process.py:263 Command (pid 360688) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 360688) stime: 4.039418
DEBUG    ya.test:process.py:263 Command (pid 360688) utime: 11.887209
DEBUG    ya.test:process.py:263 Command (pid 360688) wtime: 19.76
DEBUG    ya.test:process.py:275 Command (pid 360688) output:
2025-11-14T10:55:47.477732Z Fetching udfs...
2025-11-14T10:55:48.014968Z Initialization of fq runner...
2025-11-14T10:55:52.273227Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.045973s
2025-11-14T10:55:53.324856Z Fetching query results...
2025-11-14T10:55:53.324884Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 360688) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf84fb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf84fb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf84f539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf84fb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bf84fb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bf84f539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf84fb73d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bf84f58b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bf84f58b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bf84f58b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bf84fb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf84f43d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf84f446660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf84fb4ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf84fb4fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf84fb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf84fb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf84fb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf84f53ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf84f53ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf84f539447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf84f4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf84f4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf84f4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf84f4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf84f4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf84f4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf84f4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf84f4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf84f4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf84f4ac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf84f49337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf84fb4fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf84fb4fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf84fb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf84fb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf84fb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf84fb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf84fb3dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bf84fb3dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bf84fb3a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bf84fb3a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bf84fb5006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf84fb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf84f4a37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf84f4a37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf84f4429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf84f432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf84f432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf84f539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf84f4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf84f4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf84f4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf84f4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf84f4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf84f4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf84f4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf84f4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf84f4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf84f4a6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf84f486f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf84f432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf84f432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf84f539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf84f432b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf84f432b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf84f43317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf84f43317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf84f58b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bf84f58b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bf84fb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf84f427372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf84f427372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf84fb47c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf84fb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf84fb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf84f539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf84fb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bf84fb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bf84f539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf84fb73d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bf84f58b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bf84f58b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bf84f58b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bf84fb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf84f43d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf84f446660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf84fb4ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf84fb4fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf84fb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf84fb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf84fb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf84f53ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf84f53ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf84f539447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf84f4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf84f4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf84f4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf84f4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf84f4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf84f4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf84f4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf84f4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf84f4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf84f4ac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf84f49337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf84fb4fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf84fb4fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf84fb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf84fb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf84fb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf84fb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf84fb3dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bf84fb3dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bf84fb3a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bf84fb3a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bf84fb5006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7ff86d731d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf84f4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf84fb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf84fb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf84fb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf84f423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf84f4a37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf84f4a37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf84f4429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf84f432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf84f432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf84f539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf84f432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf84f58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bf84f58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bf84fb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf84fb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf84fb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf84fb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf84fb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf84fb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bf84fb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bf84fb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bf84f0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf84f4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf84f4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf84f4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf84f4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf84f4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf84f4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf84f4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf84f4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf84f4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf84f4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf84f4a6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf84f486f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf84f432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf84f432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf84f539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf84f432b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf84f432b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf84f43317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf84f43317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf84f58b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bf84f58b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bf84fb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf84f427372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf84f427372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf84fb47c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf84fb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf84fb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf84fb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf84fb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf84fb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf84f48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf84f58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf84f58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf84f58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf84f48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf84f536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf84f536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf84f52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf84f52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf84f52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf84f50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
____________ test[hopping_window-GroupByHoppingWindow-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindow-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindow-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 367067
DEBUG    ya.test:process.py:259 Command (pid 367067) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 367067) elapsed time (sec): 19.985872268676758
DEBUG    ya.test:process.py:263 Command (pid 367067) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 367067) maxrss: 1506484
DEBUG    ya.test:process.py:263 Command (pid 367067) minflt: 1001457
DEBUG    ya.test:process.py:263 Command (pid 367067) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) nivcsw: 2085
DEBUG    ya.test:process.py:263 Command (pid 367067) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 367067) nvcsw: 102573
DEBUG    ya.test:process.py:263 Command (pid 367067) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 367067) stime: 3.764025
DEBUG    ya.test:process.py:263 Command (pid 367067) utime: 12.100701
DEBUG    ya.test:process.py:263 Command (pid 367067) wtime: 19.995
DEBUG    ya.test:process.py:275 Command (pid 367067) output:
2025-11-14T10:56:07.832749Z Fetching udfs...
2025-11-14T10:56:08.391763Z Initialization of fq runner...
2025-11-14T10:56:13.252260Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.973808s
2025-11-14T10:56:14.233808Z Fetching query results...
2025-11-14T10:56:14.233835Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 367067) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b60e41b8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b60e41b8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b60e3ba9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b60e41b8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b60e41b8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b60e3ba9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b60e41e3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b60e3bfb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b60e3bfb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b60e3bfb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b60e41c00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b60e3aad3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b60e3ab6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b60e41bff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b60e41bfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b60e41bfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b60e41bd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b60e41bd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b139a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b139a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b60e3baccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b60e3baccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b60e3ba9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b60e3b4ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b60e3b4ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b60e3b4ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b60e3ab28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b60e3ab28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b60e3b1a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b60e3b1ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b60e3b1ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b60e3b1ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b60e3b1c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b60e3b0337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b60e41bfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b60e41bfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b60e41bfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b60e41bd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b60e41bd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b60e41b776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b60e41adcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b60e41adcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b60e41aa41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b60e41aa3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b60e41c006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b60e41b776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b60e3b137fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b60e3b137fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b60e3ab29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b60e3aa2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b60e3aa2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b60e3ba9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b60e3b4ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b60e3b4ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b60e3b4ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b60e3ab28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b60e3ab28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b60e3b1a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b60e3b1ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b60e3b1ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b60e3b1ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b60e3b16c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b60e3af6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b60e3aa2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b60e3aa2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b60e3ba9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b60e3aa2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b60e3aa2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b60e3aa317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b60e3aa317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b60e3bfb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b60e3bfb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b60e41c00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b60e3a97372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b60e3a97372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b60e41b7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b60e41b8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b60e41b8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b60e3ba9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b60e41b8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b60e41b8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b60e3ba9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b60e41e3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b60e3bfb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b60e3bfb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b60e3bfb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b60e41c00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b60e3aad3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b60e3ab6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b60e41bff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b60e41bfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b60e41bfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b60e41bd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b60e41bd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b139a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b139a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b60e3baccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b60e3baccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b60e3ba9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b60e3b4ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b60e3b4ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b60e3b4ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b60e3ab28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b60e3ab28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b60e3b1a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b60e3b1ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b60e3b1ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b60e3b1ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b60e3b1c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b60e3b0337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b60e41bfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b60e41bfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b60e41bfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b60e41bd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b60e41bd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b60e41b776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b60e41adcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b60e41adcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b60e41aa41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b60e41aa3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b60e41c006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f6101da0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b2ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b60e3b2ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b60e41b7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b60e41b776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b132f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b132f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b60e41b795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a93a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b60e3a93a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b60e3b137fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b60e3b137fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b60e3ab29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b60e3aa2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b60e3aa2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b60e3ba9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b60e3aa2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b60e3bfa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b60e3bfa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b60e41c0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b60e41c0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b60e41bd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b60e41bd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b60e41bd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b60e41e5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b60e41e5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b60e41e4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b60e36d78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3b2b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b60e3b3262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b60e3b4ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b60e3b4ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b60e3b4ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b60e3ab28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b60e3ab28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b60e3b1a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b60e3b1ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b60e3b1ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b60e3b1ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b60e3b16c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b60e3af6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b60e3aa2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b60e3aa2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b60e3ba9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b60e3aa2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b60e3aa2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b60e3aa317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b60e3aa317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b60e3bfb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b60e3bfb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b60e41c00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b60e3a97372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b60e3a97372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b60e41b7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b60e41b7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b60e41b7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b60e41b5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b60e41b52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b60e41e4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b60e3affa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b60e3bfcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b60e3bfcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b60e3bfcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b60e3afe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b60e3ba6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b60e3ba6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b60e3b9f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b60e3b9f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b60e3b9f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b60e3b7b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_______ test[hopping_window-GroupByHoppingWindowByStringKey-default.txt] _______
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowByStringKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 372874
DEBUG    ya.test:process.py:259 Command (pid 372874) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 372874) elapsed time (sec): 18.28549361228943
DEBUG    ya.test:process.py:263 Command (pid 372874) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) maxrss: 1481280
DEBUG    ya.test:process.py:263 Command (pid 372874) minflt: 992554
DEBUG    ya.test:process.py:263 Command (pid 372874) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) nivcsw: 2486
DEBUG    ya.test:process.py:263 Command (pid 372874) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 372874) nvcsw: 102991
DEBUG    ya.test:process.py:263 Command (pid 372874) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 372874) stime: 3.927339
DEBUG    ya.test:process.py:263 Command (pid 372874) utime: 11.602742
DEBUG    ya.test:process.py:263 Command (pid 372874) wtime: 18.31
DEBUG    ya.test:process.py:275 Command (pid 372874) output:
2025-11-14T10:56:28.153305Z Fetching udfs...
2025-11-14T10:56:28.687224Z Initialization of fq runner...
2025-11-14T10:56:32.862701Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.837136s
2025-11-14T10:56:33.705581Z Fetching query results...
2025-11-14T10:56:33.705618Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 372874) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be83cb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be83cb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be83c539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be83cb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be83cb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be83c539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be83cb73d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be83c58b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be83c58b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be83c58b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be83cb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be83c43d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be83c446660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be83cb4ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be83cb4fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be83cb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be83cb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be83cb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be83c53ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be83c53ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be83c539447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be83c4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be83c4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be83c4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be83c4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be83c4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be83c4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be83c4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be83c4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be83c4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be83c4ac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be83c49337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be83cb4fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be83cb4fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be83cb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be83cb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be83cb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be83cb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be83cb3dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be83cb3dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be83cb3a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be83cb3a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be83cb5006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be83cb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be83c4a37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be83c4a37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be83c4429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be83c432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be83c432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be83c539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be83c4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be83c4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be83c4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be83c4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be83c4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be83c4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be83c4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be83c4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be83c4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be83c4a6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be83c486f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be83c432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be83c432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be83c539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be83c432b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be83c432b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be83c43317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be83c43317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be83c58b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be83c58b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be83cb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be83c427372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be83c427372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be83cb47c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be83cb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be83cb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be83c539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be83cb48bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be83cb48bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be83c539e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be83cb73d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be83c58b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be83c58b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be83c58b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be83cb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be83c43d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be83c446660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be83cb4ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be83cb4fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be83cb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be83cb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be83cb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be83c53ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be83c53ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be83c539447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be83c4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be83c4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be83c4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be83c4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be83c4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be83c4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be83c4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be83c4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be83c4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be83c4ac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be83c49337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be83cb4fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be83cb4fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be83cb4fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be83cb4d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be83cb4d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be83cb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be83cb3dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be83cb3dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be83cb3a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be83cb3a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be83cb5006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe85a736d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4bca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be83c4bca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be83cb47b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be83cb4776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be83cb4795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c423a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be83c423a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be83c4a37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be83c4a37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be83c4429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be83c432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be83c432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be83c539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be83c432d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be83c58a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be83c58a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be83cb50bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be83cb50408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be83cb4d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be83cb4d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be83cb4d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be83cb75476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7be83cb75476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7be83cb74d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7be83c0678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c4bb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be83c4c262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be83c4dab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be83c4dab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be83c4dab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be83c4428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be83c4428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be83c4aa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be83c4aac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be83c4aac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be83c4aac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be83c4a6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be83c486f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be83c432694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be83c432694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be83c539212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be83c432b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be83c432b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be83c43317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be83c43317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be83c58b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be83c58b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be83cb500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be83c427372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be83c427372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be83cb47c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be83cb47994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be83cb47758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be83cb45396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be83cb452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be83cb74a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be83c48fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be83c58cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be83c58cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be83c58cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be83c48e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be83c536ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be83c536ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be83c52f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be83c52f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be83c52f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be83c50b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_________ test[hopping_window-GroupByHoppingWindowExprKey-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowExprKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 377474
DEBUG    ya.test:process.py:259 Command (pid 377474) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 377474) elapsed time (sec): 19.07921814918518
DEBUG    ya.test:process.py:263 Command (pid 377474) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) maxrss: 1482852
DEBUG    ya.test:process.py:263 Command (pid 377474) minflt: 985283
DEBUG    ya.test:process.py:263 Command (pid 377474) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) nivcsw: 1425
DEBUG    ya.test:process.py:263 Command (pid 377474) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 377474) nvcsw: 104112
DEBUG    ya.test:process.py:263 Command (pid 377474) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 377474) stime: 4.221955
DEBUG    ya.test:process.py:263 Command (pid 377474) utime: 12.165666
DEBUG    ya.test:process.py:263 Command (pid 377474) wtime: 19.084
DEBUG    ya.test:process.py:275 Command (pid 377474) output:
2025-11-14T10:56:46.707605Z Fetching udfs...
2025-11-14T10:56:47.256385Z Initialization of fq runner...
2025-11-14T10:56:51.343387Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.838545s
2025-11-14T10:56:52.189512Z Fetching query results...
2025-11-14T10:56:52.189533Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 377474) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b76f3338bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b76f3338bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b76f2d29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b76f3338bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b76f3338bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b76f2d29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b76f3363d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b76f2d7b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b76f2d7b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b76f2d7b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b76f33400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b76f2c2d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b76f2c36660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b76f333ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b76f333fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b76f333fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b76f333d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b76f333d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b76f2d2ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b76f2d2ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b76f2d29447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b76f2ccab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b76f2ccab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b76f2ccab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b76f2c328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b76f2c328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b76f2c9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b76f2c9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b76f2c9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b76f2c9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b76f2c9c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b76f2c8337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b76f333fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b76f333fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b76f333fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b76f333d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b76f333d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b76f333776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b76f332dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b76f332dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b76f332a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b76f332a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b76f334006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b76f333776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b76f2c937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b76f2c937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b76f2c329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b76f2c22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b76f2c22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b76f2d29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b76f2ccab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b76f2ccab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b76f2ccab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b76f2c328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b76f2c328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b76f2c9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b76f2c9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b76f2c9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b76f2c9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b76f2c96c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b76f2c76f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b76f2c22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b76f2c22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b76f2d29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b76f2c22b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b76f2c22b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b76f2c2317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b76f2c2317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b76f2d7b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b76f2d7b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b76f33400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b76f2c17372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b76f2c17372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b76f3337c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b76f3338bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b76f3338bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b76f2d29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b76f3338bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b76f3338bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b76f2d29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b76f3363d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b76f2d7b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b76f2d7b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b76f2d7b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b76f33400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b76f2c2d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b76f2c36660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b76f333ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b76f333fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b76f333fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b76f333d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b76f333d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b76f2d2ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b76f2d2ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b76f2d29447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b76f2ccab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b76f2ccab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b76f2ccab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b76f2c328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b76f2c328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b76f2c9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b76f2c9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b76f2c9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b76f2c9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b76f2c9c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b76f2c8337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b76f333fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b76f333fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b76f333fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b76f333d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b76f333d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b76f333776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b76f332dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b76f332dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b76f332a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b76f332a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b76f334006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f7710f21d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2caca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b76f2caca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b76f3337b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b76f333776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b76f333795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b76f2c13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b76f2c937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b76f2c937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b76f2c329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b76f2c22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b76f2c22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b76f2d29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b76f2c22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b76f2d7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b76f2d7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b76f3340bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b76f3340408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b76f333d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b76f333d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b76f333d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b76f3365476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b76f3365476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b76f3364d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b76f28578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2cab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b76f2cb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b76f2ccab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b76f2ccab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b76f2ccab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b76f2c328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b76f2c328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b76f2c9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b76f2c9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b76f2c9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b76f2c9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b76f2c96c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b76f2c76f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b76f2c22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b76f2c22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b76f2d29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b76f2c22b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b76f2c22b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b76f2c2317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b76f2c2317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b76f2d7b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b76f2d7b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b76f33400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b76f2c17372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b76f2c17372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b76f3337c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b76f3337994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b76f3337758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b76f3335396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b76f33352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b76f3364a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b76f2c7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b76f2d7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b76f2d7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b76f2d7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b76f2c7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b76f2d26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b76f2d26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b76f2d1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b76f2d1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b76f2d1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b76f2cfb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_________ test[hopping_window-GroupByHoppingWindowListKey-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowListKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowListKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 382528
DEBUG    ya.test:process.py:259 Command (pid 382528) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 382528) elapsed time (sec): 18.738853931427002
DEBUG    ya.test:process.py:263 Command (pid 382528) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) maxrss: 1489360
DEBUG    ya.test:process.py:263 Command (pid 382528) minflt: 998089
DEBUG    ya.test:process.py:263 Command (pid 382528) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) nivcsw: 1325
DEBUG    ya.test:process.py:263 Command (pid 382528) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 382528) nvcsw: 103729
DEBUG    ya.test:process.py:263 Command (pid 382528) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 382528) stime: 4.013311
DEBUG    ya.test:process.py:263 Command (pid 382528) utime: 11.996691
DEBUG    ya.test:process.py:263 Command (pid 382528) wtime: 18.742
DEBUG    ya.test:process.py:275 Command (pid 382528) output:
2025-11-14T10:57:06.023628Z Fetching udfs...
2025-11-14T10:57:06.507258Z Initialization of fq runner...
2025-11-14T10:57:10.580493Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.965585s
2025-11-14T10:57:11.553111Z Fetching query results...
2025-11-14T10:57:11.553138Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 382528) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf409838bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf409838bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf409229e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf409838bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bf409838bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bf409229e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf409863d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bf40927b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bf40927b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bf40927b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bf4098400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf40912d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf409136660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf40983ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf40983fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf40983fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf40983d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf40983d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf40922ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf40922ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf409229447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf4091cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf4091cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf4091cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4091328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4091328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf40919a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf40919ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf40919ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf40919ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf40919c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf40918337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf40983fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf40983fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf40983fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf40983d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf40983d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf40983776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf40982dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bf40982dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bf40982a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bf40982a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bf40984006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf40983776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4091937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4091937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf4091329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf409122694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf409122694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf409229212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf4091cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf4091cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf4091cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4091328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4091328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf40919a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf40919ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf40919ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf40919ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf409196c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf409176f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf409122694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf409122694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf409229212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf409122b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf409122b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf40912317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf40912317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf40927b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bf40927b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bf4098400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf409117372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf409117372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf409837c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf409838bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf409838bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf409229e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf409838bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bf409838bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bf409229e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf409863d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bf40927b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bf40927b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bf40927b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bf4098400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf40912d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf409136660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf40983ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf40983fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf40983fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf40983d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf40983d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf40922ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf40922ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf409229447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf4091cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf4091cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf4091cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4091328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4091328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf40919a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf40919ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf40919ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf40919ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf40919c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf40918337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf40983fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf40983fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf40983fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf40983d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf40983d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf40983776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf40982dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bf40982dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bf40982a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bf40982a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bf40984006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7ff427424d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4091aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf409837b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf40983776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf40983795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409113a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf409113a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4091937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4091937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf4091329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf409122694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf409122694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf409229212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf409122d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf40927a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bf40927a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bf409840bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf409840408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf40983d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf40983d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf40983d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf409865476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bf409865476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bf409864d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bf408d578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf4091ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4091b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf4091cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf4091cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf4091cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4091328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4091328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf40919a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf40919ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf40919ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf40919ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf409196c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf409176f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf409122694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf409122694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf409229212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf409122b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf409122b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf40912317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf40912317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf40927b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bf40927b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bf4098400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf409117372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf409117372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf409837c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf409837994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf409837758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf409835396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4098352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf409864a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf40917fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf40927cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf40927cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf40927cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf40917e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf409226ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf409226ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf40921f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf40921f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf40921f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf4091fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
__________ test[hopping_window-GroupByHoppingWindowNoKey-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowNoKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 388860
DEBUG    ya.test:process.py:259 Command (pid 388860) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 388860) elapsed time (sec): 18.9579861164093
DEBUG    ya.test:process.py:263 Command (pid 388860) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 388860) maxrss: 1485952
DEBUG    ya.test:process.py:263 Command (pid 388860) minflt: 987780
DEBUG    ya.test:process.py:263 Command (pid 388860) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) nivcsw: 1966
DEBUG    ya.test:process.py:263 Command (pid 388860) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 388860) nvcsw: 103924
DEBUG    ya.test:process.py:263 Command (pid 388860) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 388860) stime: 3.8191100000000002
DEBUG    ya.test:process.py:263 Command (pid 388860) utime: 11.726172
DEBUG    ya.test:process.py:263 Command (pid 388860) wtime: 18.969
DEBUG    ya.test:process.py:275 Command (pid 388860) output:
2025-11-14T10:57:25.122728Z Fetching udfs...
2025-11-14T10:57:25.635827Z Initialization of fq runner...
2025-11-14T10:57:30.071852Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.843313s
2025-11-14T10:57:30.921503Z Fetching query results...
2025-11-14T10:57:30.921532Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 388860) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc75e448bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc75e448bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc75de39e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc75e448bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc75e448bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc75de39e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc75e473d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc75de8b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc75de8b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc75de8b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc75e4500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc75dd3d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc75dd46660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc75e44ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc75e44fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc75e44fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc75e44d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc75e44d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc75de3ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc75de3ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc75de39447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc75dddab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc75dddab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc75dddab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc75dd428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc75dd428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc75ddaa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc75ddaac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc75ddaac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc75ddaac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc75ddac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc75dd9337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc75e44fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc75e44fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc75e44fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc75e44d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc75e44d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc75e44776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc75e43dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc75e43dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc75e43a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc75e43a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc75e45006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc75e44776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc75dda37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc75dda37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc75dd429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc75dd32694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc75dd32694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc75de39212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc75dddab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc75dddab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc75dddab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc75dd428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc75dd428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc75ddaa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc75ddaac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc75ddaac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc75ddaac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc75dda6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc75dd86f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc75dd32694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc75dd32694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc75de39212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc75dd32b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc75dd32b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc75dd3317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc75dd3317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc75de8b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc75de8b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc75e4500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc75dd27372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc75dd27372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc75e447c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc75e448bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc75e448bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc75de39e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc75e448bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc75e448bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc75de39e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc75e473d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc75de8b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc75de8b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc75de8b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc75e4500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc75dd3d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc75dd46660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc75e44ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc75e44fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc75e44fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc75e44d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc75e44d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc75de3ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc75de3ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc75de39447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc75dddab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc75dddab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc75dddab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc75dd428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc75dd428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc75ddaa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc75ddaac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc75ddaac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc75ddaac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc75ddac4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc75dd9337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc75e44fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc75e44fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc75e44fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc75e44d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc75e44d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc75e44776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc75e43dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc75e43dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc75e43a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc75e43a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc75e45006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc77c02cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddbca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc75ddbca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc75e447b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc75e44776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc75e44795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd23a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc75dd23a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc75dda37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc75dda37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc75dd429c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc75dd32694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc75dd32694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc75de39212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc75dd32d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc75de8a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc75de8a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc75e450bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc75e450408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc75e44d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc75e44d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc75e44d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc75e475476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bc75e475476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bc75e474d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bc75d9678f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75ddbb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc75ddc262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc75dddab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc75dddab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc75dddab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc75dd428dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc75dd428dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc75ddaa13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc75ddaac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc75ddaac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc75ddaac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc75dda6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc75dd86f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc75dd32694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc75dd32694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc75de39212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc75dd32b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc75dd32b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc75dd3317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc75dd3317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc75de8b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc75de8b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc75e4500f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc75dd27372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc75dd27372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc75e447c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc75e447994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc75e447758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc75e445396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc75e4452dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc75e474a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc75dd8fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc75de8cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc75de8cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc75de8cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc75dd8e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc75de36ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc75de36ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc75de2f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc75de2f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc75de2f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc75de0b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_______ test[hopping_window-GroupByHoppingWindowPercentile-default.txt] ________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028bf/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowPercentile-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 395093
DEBUG    ya.test:process.py:259 Command (pid 395093) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 395093) elapsed time (sec): 18.80039954185486
DEBUG    ya.test:process.py:263 Command (pid 395093) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) maxrss: 1505268
DEBUG    ya.test:process.py:263 Command (pid 395093) minflt: 994127
DEBUG    ya.test:process.py:263 Command (pid 395093) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) nivcsw: 1852
DEBUG    ya.test:process.py:263 Command (pid 395093) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 395093) nvcsw: 103167
DEBUG    ya.test:process.py:263 Command (pid 395093) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 395093) stime: 3.958489
DEBUG    ya.test:process.py:263 Command (pid 395093) utime: 12.104548
DEBUG    ya.test:process.py:263 Command (pid 395093) wtime: 18.803
DEBUG    ya.test:process.py:275 Command (pid 395093) output:
2025-11-14T10:57:44.373287Z Fetching udfs...
2025-11-14T10:57:44.912958Z Initialization of fq runner...
2025-11-14T10:57:49.245150Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.954307s
2025-11-14T10:57:50.205983Z Fetching query results...
2025-11-14T10:57:50.206013Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 395093) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5dc68d8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5dc68d8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5dc62c9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5dc68d8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b5dc68d8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b5dc62c9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5dc6903d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b5dc631b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b5dc631b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b5dc631b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b5dc68e00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5dc61cd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5dc61d6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b5dc68dff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b5dc68dfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5dc68dfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5dc68dd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5dc68dd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62339a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62339a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5dc62cccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5dc62cccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5dc62c9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5dc626ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5dc626ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5dc626ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5dc61d28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5dc61d28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5dc623a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5dc623ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5dc623ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5dc623ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5dc623c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5dc622337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5dc68dfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5dc68dfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5dc68dfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5dc68dd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5dc68dd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5dc68d776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5dc68cdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b5dc68cdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b5dc68ca41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b5dc68ca3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b5dc68e006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5dc68d776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5dc62337fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5dc62337fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5dc61d29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5dc61c2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5dc61c2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5dc62c9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5dc626ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5dc626ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5dc626ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5dc61d28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5dc61d28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5dc623a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5dc623ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5dc623ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5dc623ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5dc6236c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5dc6216f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5dc61c2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5dc61c2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5dc62c9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5dc61c2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5dc61c2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5dc61c317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5dc61c317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5dc631b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b5dc631b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b5dc68e00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5dc61b7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5dc61b7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5dc68d7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5dc68d8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5dc68d8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5dc62c9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5dc68d8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b5dc68d8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b5dc62c9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5dc6903d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b5dc631b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b5dc631b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b5dc631b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b5dc68e00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5dc61cd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5dc61d6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b5dc68dff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b5dc68dfcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5dc68dfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5dc68dd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5dc68dd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62339a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62339a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5dc62cccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5dc62cccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5dc62c9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5dc626ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5dc626ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5dc626ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5dc61d28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5dc61d28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5dc623a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5dc623ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5dc623ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5dc623ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5dc623c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5dc622337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5dc68dfb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5dc68dfb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5dc68dfa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5dc68dd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5dc68dd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5dc68d776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5dc68cdcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b5dc68cdcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b5dc68ca41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b5dc68ca3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b5dc68e006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f5de44bcd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc624ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5dc624ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5dc68d7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5dc68d776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62332f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62332f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5dc68d795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5dc61b3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5dc62337fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5dc62337fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5dc61d29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5dc61c2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5dc61c2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5dc62c9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5dc61c2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5dc631a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b5dc631a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b5dc68e0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b5dc68e0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5dc68dd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5dc68dd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5dc68dd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5dc6905476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b5dc6905476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b5dc6904d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b5dc5df78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc624b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5dc625262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5dc626ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5dc626ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5dc626ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5dc61d28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5dc61d28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5dc623a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5dc623ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5dc623ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5dc623ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5dc6236c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5dc6216f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5dc61c2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5dc61c2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5dc62c9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5dc61c2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5dc61c2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5dc61c317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5dc61c317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5dc631b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b5dc631b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b5dc68e00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5dc61b7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5dc61b7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5dc68d7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5dc68d7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5dc68d7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5dc68d5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5dc68d52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5dc6904a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5dc621fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5dc631cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5dc631cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5dc631cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5dc621e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5dc62c6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5dc62c6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5dc62bf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5dc62bf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5dc62bf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5dc629b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
20.05s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
19.85s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
19.13s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
19.03s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
18.87s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
18.82s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
18.37s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rv0m5vkh/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf84f50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf84f53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf84f43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf84f43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf84f4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf84f58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf84f58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf84f50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf84f50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf84f48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf84f432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf84f432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_hwsgmuzx/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b60e3b7b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b60e3baaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b60e3aa398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b60e3aa398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b60e3aa37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b60e3bfa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b60e3bfa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b60e3b7a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b60e3b7a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b60e3afe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b60e3aa2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b60e3aa2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_7ye_huqt/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be83c50b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be83c53aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be83c43398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be83c43398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be83c4337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be83c58a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be83c58a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be83c50a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be83c50a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be83c48e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be83c432e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be83c432e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_voygloum/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b76f2cfb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b76f2d2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b76f2c2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b76f2c2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b76f2c237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b76f2d7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b76f2d7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b76f2cfa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b76f2cfa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b76f2c7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b76f2c22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b76f2c22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_8p6rjndc/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf4091fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf40922aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf40912398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf40912398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4091237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf40927a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf40927a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf4091fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf4091fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf40917e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf409122e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf409122e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_61re3_7v/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc75de0b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc75de3aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc75dd3398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc75dd3398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc75dd337f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc75de8a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc75de8a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc75de0a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc75de0a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc75dd8e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc75dd32e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc75dd32e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028bf/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4d1hasv8/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5dc629b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5dc62caefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5dc61c398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5dc61c398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5dc61c37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5dc631a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5dc631a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5dc629a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5dc629a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5dc621e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5dc61c2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5dc61c2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
======================== 7 failed in 136.25s (0:02:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
_ test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] _
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 358925
DEBUG    ya.test:process.py:259 Command (pid 358925) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 358925) elapsed time (sec): 24.220788955688477
DEBUG    ya.test:process.py:263 Command (pid 358925) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) inblock: 2421264
DEBUG    ya.test:process.py:263 Command (pid 358925) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) majflt: 414
DEBUG    ya.test:process.py:263 Command (pid 358925) maxrss: 1524264
DEBUG    ya.test:process.py:263 Command (pid 358925) minflt: 989772
DEBUG    ya.test:process.py:263 Command (pid 358925) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) nivcsw: 4301
DEBUG    ya.test:process.py:263 Command (pid 358925) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 358925) nvcsw: 104310
DEBUG    ya.test:process.py:263 Command (pid 358925) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 358925) stime: 4.67954
DEBUG    ya.test:process.py:263 Command (pid 358925) utime: 12.180214
DEBUG    ya.test:process.py:263 Command (pid 358925) wtime: 24.251
DEBUG    ya.test:process.py:275 Command (pid 358925) output:
2025-11-14T10:55:45.101185Z Fetching udfs...
2025-11-14T10:55:46.466033Z Initialization of fq runner...
2025-11-14T10:55:50.939325Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.084477s
2025-11-14T10:55:52.029841Z Fetching query results...
2025-11-14T10:55:52.029871Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 358925) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b190bae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b190bae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b190b4d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b190bae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b190bae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b190b4d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b190bb13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b190b52b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b190b52b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b190b52b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b190baf00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b190b3dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b190b3e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b190baeff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b190baefcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b190baefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b190baed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b190baed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b190b4dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b190b4dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b190b4d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b190b47ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b190b47ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b190b47ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b190b3e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b190b3e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b190b44a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b190b44ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b190b44ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b190b44ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b190b44c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b190b43337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b190baefb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b190baefb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b190baefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b190baed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b190baed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b190bae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b190baddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b190baddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b190bada41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b190bada3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b190baf006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b190bae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b190b4437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b190b4437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b190b3e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b190b3d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b190b3d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b190b4d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b190b47ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b190b47ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b190b47ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b190b3e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b190b3e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b190b44a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b190b44ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b190b44ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b190b44ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b190b446c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b190b426f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b190b3d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b190b3d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b190b4d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b190b3d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b190b3d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b190b3d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b190b3d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b190b52b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b190b52b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b190baf00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b190b3c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b190b3c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b190bae7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b190bae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b190bae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b190b4d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b190bae8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b190bae8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b190b4d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b190bb13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b190b52b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b190b52b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b190b52b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b190baf00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b190b3dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b190b3e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b190baeff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b190baefcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b190baefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b190baed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b190baed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b190b4dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b190b4dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b190b4d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b190b47ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b190b47ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b190b47ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b190b3e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b190b3e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b190b44a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b190b44ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b190b44ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b190b44ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b190b44c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b190b43337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b190baefb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b190baefb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b190baefa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b190baed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b190baed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b190bae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b190baddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b190baddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b190bada41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b190bada3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b190baf006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f19296d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b45ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b190b45ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b190bae7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b190bae776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b190bae795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b190b3c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b190b4437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b190b4437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b190b3e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b190b3d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b190b3d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b190b4d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b190b3d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b190b52a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b190b52a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b190baf0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b190baf0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b190baed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b190baed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b190baed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b190bb15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b190bb15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b190bb14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b190b0078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b45b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b190b46262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b190b47ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b190b47ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b190b47ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b190b3e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b190b3e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b190b44a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b190b44ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b190b44ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b190b44ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b190b446c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b190b426f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b190b3d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b190b3d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b190b4d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b190b3d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b190b3d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b190b3d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b190b3d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b190b52b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b190b52b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b190baf00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b190b3c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b190b3c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b190bae7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b190bae7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b190bae7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b190bae5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b190bae52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b190bb14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b190b42fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b190b52cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b190b52cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b190b52cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b190b42e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b190b4d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b190b4d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b190b4cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b190b4cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b190b4cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b190b4ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
________________________ test[pq-ReadTopic-default.txt] ________________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopic-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 367132
DEBUG    ya.test:process.py:259 Command (pid 367132) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 367132) elapsed time (sec): 19.832061767578125
DEBUG    ya.test:process.py:263 Command (pid 367132) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) maxrss: 1463764
DEBUG    ya.test:process.py:263 Command (pid 367132) minflt: 985024
DEBUG    ya.test:process.py:263 Command (pid 367132) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) nivcsw: 2296
DEBUG    ya.test:process.py:263 Command (pid 367132) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 367132) nvcsw: 102395
DEBUG    ya.test:process.py:263 Command (pid 367132) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 367132) stime: 3.772881
DEBUG    ya.test:process.py:263 Command (pid 367132) utime: 12.084134
DEBUG    ya.test:process.py:263 Command (pid 367132) wtime: 19.835
DEBUG    ya.test:process.py:275 Command (pid 367132) output:
2025-11-14T10:56:07.915750Z Fetching udfs...
2025-11-14T10:56:08.468478Z Initialization of fq runner...
2025-11-14T10:56:13.385160Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.670395s
2025-11-14T10:56:14.064098Z Fetching query results...
2025-11-14T10:56:14.064126Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 367132) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc8d06a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc8d06a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc8d0099e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc8d06a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc8d06a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc8d0099e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc8d06d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc8d00eb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc8d00eb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc8d00eb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc8d06b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc8cff9d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc8cffa6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc8d06aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc8d06afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc8d06afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc8d06ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc8d06ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc8d009ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc8d009ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc8d0099447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc8d003ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc8d003ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc8d003ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc8cffa28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc8cffa28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc8d000a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc8d000ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc8d000ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc8d000ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc8d000c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc8cfff337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc8d06afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc8d06afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc8d06afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc8d06ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc8d06ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc8d06a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc8d069dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc8d069dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc8d069a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc8d069a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc8d06b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc8d06a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc8d00037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc8d00037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc8cffa29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc8cff92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc8cff92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc8d0099212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc8d003ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc8d003ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc8d003ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc8cffa28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc8cffa28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc8d000a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc8d000ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc8d000ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc8d000ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc8d0006c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc8cffe6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc8cff92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc8cff92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc8d0099212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc8cff92b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc8cff92b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc8cff9317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc8cff9317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc8d00eb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc8d00eb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc8d06b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc8cff87372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc8cff87372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc8d06a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc8d06a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc8d06a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc8d0099e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc8d06a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc8d06a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc8d0099e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc8d06d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc8d00eb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc8d00eb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc8d00eb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc8d06b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc8cff9d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc8cffa6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc8d06aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc8d06afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc8d06afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc8d06ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc8d06ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc8d009ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc8d009ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc8d0099447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc8d003ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc8d003ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc8d003ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc8cffa28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc8cffa28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc8d000a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc8d000ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc8d000ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc8d000ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc8d000c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc8cfff337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc8d06afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc8d06afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc8d06afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc8d06ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc8d06ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc8d06a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc8d069dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc8d069dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc8d069a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc8d069a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc8d06b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc8ee292d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d001ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc8d001ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc8d06a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc8d06a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc8d06a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc8cff83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc8d00037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc8d00037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc8cffa29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc8cff92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc8cff92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc8d0099212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc8cff92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc8d00ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc8d00ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc8d06b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc8d06b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc8d06ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc8d06ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc8d06ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc8d06d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bc8d06d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bc8d06d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bc8cfbc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8d001b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc8d002262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc8d003ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc8d003ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc8d003ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc8cffa28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc8cffa28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc8d000a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc8d000ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc8d000ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc8d000ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc8d0006c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc8cffe6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc8cff92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc8cff92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc8d0099212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc8cff92b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc8cff92b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc8cff9317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc8cff9317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc8d00eb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc8d00eb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc8d06b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc8cff87372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc8cff87372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc8d06a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc8d06a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc8d06a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc8d06a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc8d06a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc8d06d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc8cffefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc8d00ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc8d00ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc8d00ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc8cffee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc8d0096ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc8d0096ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc8d008f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc8d008f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc8d008f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc8d006b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
__________________ test[pq-ReadTopicWithMetadata-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopicWithMetadata-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadata-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 372873
DEBUG    ya.test:process.py:259 Command (pid 372873) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 372873) elapsed time (sec): 19.185038805007935
DEBUG    ya.test:process.py:263 Command (pid 372873) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) maxrss: 1483424
DEBUG    ya.test:process.py:263 Command (pid 372873) minflt: 991262
DEBUG    ya.test:process.py:263 Command (pid 372873) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) nivcsw: 1737
DEBUG    ya.test:process.py:263 Command (pid 372873) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 372873) nvcsw: 103155
DEBUG    ya.test:process.py:263 Command (pid 372873) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 372873) stime: 3.820388
DEBUG    ya.test:process.py:263 Command (pid 372873) utime: 12.086165
DEBUG    ya.test:process.py:263 Command (pid 372873) wtime: 19.191
DEBUG    ya.test:process.py:275 Command (pid 372873) output:
2025-11-14T10:56:28.060091Z Fetching udfs...
2025-11-14T10:56:28.620610Z Initialization of fq runner...
2025-11-14T10:56:33.146736Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.636784s
2025-11-14T10:56:33.787532Z Fetching query results...
2025-11-14T10:56:33.787561Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 372873) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdff2b58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdff2b58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdff2549e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdff2b58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bdff2b58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bdff2549e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdff2b83d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bdff259b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bdff259b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bdff259b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bdff2b600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdff244d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdff2456660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdff2b5ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdff2b5fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdff2b5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdff2b5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdff2b5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdff254ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdff254ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdff2549447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdff24eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdff24eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdff24eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdff24528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdff24528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdff24ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdff24bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdff24bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdff24bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdff24bc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdff24a337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdff2b5fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdff2b5fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdff2b5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdff2b5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdff2b5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdff2b5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdff2b4dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bdff2b4dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bdff2b4a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bdff2b4a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bdff2b6006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdff2b5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdff24b37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdff24b37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdff24529c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdff2442694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdff2442694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdff2549212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdff24eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdff24eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdff24eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdff24528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdff24528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdff24ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdff24bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdff24bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdff24bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdff24b6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdff2496f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdff2442694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdff2442694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdff2549212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdff2442b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdff2442b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdff244317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdff244317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdff259b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bdff259b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bdff2b600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdff2437372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdff2437372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdff2b57c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdff2b58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdff2b58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdff2549e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdff2b58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bdff2b58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bdff2549e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdff2b83d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bdff259b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bdff259b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bdff259b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bdff2b600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdff244d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdff2456660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdff2b5ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdff2b5fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdff2b5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdff2b5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdff2b5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdff254ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdff254ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdff2549447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdff24eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdff24eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdff24eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdff24528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdff24528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdff24ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdff24bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdff24bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdff24bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdff24bc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdff24a337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdff2b5fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdff2b5fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdff2b5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdff2b5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdff2b5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdff2b5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdff2b4dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bdff2b4dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bdff2b4a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bdff2b4a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bdff2b6006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe01073dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdff24cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdff2b57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdff2b5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdff2b5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2433a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdff2433a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdff24b37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdff24b37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdff24529c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdff2442694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdff2442694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdff2549212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdff2442d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdff259a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bdff259a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bdff2b60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdff2b60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdff2b5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdff2b5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdff2b5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdff2b85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bdff2b85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bdff2b84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bdff20778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff24cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdff24d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdff24eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdff24eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdff24eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdff24528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdff24528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdff24ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdff24bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdff24bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdff24bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdff24b6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdff2496f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdff2442694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdff2442694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdff2549212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdff2442b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdff2442b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdff244317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdff244317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdff259b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bdff259b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bdff2b600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdff2437372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdff2437372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdff2b57c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdff2b57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdff2b57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdff2b55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdff2b552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdff2b84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdff249fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdff259cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdff259cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdff259cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdff249e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdff2546ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdff2546ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdff253f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdff253f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdff253f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdff251b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
____________ test[pq-ReadTopicWithMetadataInsideFilter-default.txt] ____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataInsideFilter-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 377583
DEBUG    ya.test:process.py:259 Command (pid 377583) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 377583) elapsed time (sec): 18.141067028045654
DEBUG    ya.test:process.py:263 Command (pid 377583) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 377583) maxrss: 1445588
DEBUG    ya.test:process.py:263 Command (pid 377583) minflt: 984123
DEBUG    ya.test:process.py:263 Command (pid 377583) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) nivcsw: 1007
DEBUG    ya.test:process.py:263 Command (pid 377583) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 377583) nvcsw: 103206
DEBUG    ya.test:process.py:263 Command (pid 377583) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 377583) stime: 4.145935
DEBUG    ya.test:process.py:263 Command (pid 377583) utime: 11.061074
DEBUG    ya.test:process.py:263 Command (pid 377583) wtime: 18.144
DEBUG    ya.test:process.py:275 Command (pid 377583) output:
2025-11-14T10:56:47.509168Z Fetching udfs...
2025-11-14T10:56:48.002480Z Initialization of fq runner...
2025-11-14T10:56:51.879706Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.522079s
2025-11-14T10:56:52.408883Z Fetching query results...
2025-11-14T10:56:52.408909Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 377583) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5b015e8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5b015e8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5b00fd9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5b015e8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b5b015e8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b5b00fd9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5b01613d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b5b0102b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b5b0102b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b5b0102b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b5b015f00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5b00edd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5b00ee6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b5b015eff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b5b015efcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5b015efa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5b015ed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5b015ed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5b00fdccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5b00fdccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5b00fd9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5b00f7ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5b00f7ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5b00f7ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5b00ee28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5b00ee28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5b00f4a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5b00f4ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5b00f4ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5b00f4ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5b00f4c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5b00f3337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5b015efb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5b015efb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5b015efa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5b015ed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5b015ed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5b015e776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5b015ddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b5b015ddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b5b015da41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b5b015da3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b5b015f006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5b015e776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5b00f437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5b00f437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5b00ee29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5b00ed2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5b00ed2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5b00fd9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5b00f7ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5b00f7ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5b00f7ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5b00ee28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5b00ee28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5b00f4a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5b00f4ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5b00f4ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5b00f4ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5b00f46c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5b00f26f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5b00ed2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5b00ed2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5b00fd9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5b00ed2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5b00ed2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5b00ed317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5b00ed317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5b0102b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b5b0102b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b5b015f00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5b00ec7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5b00ec7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5b015e7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5b015e8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5b015e8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5b00fd9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5b015e8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b5b015e8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b5b00fd9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5b01613d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b5b0102b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b5b0102b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b5b0102b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b5b015f00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5b00edd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5b00ee6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b5b015eff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b5b015efcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5b015efa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5b015ed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5b015ed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5b00fdccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5b00fdccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5b00fd9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5b00f7ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5b00f7ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5b00f7ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5b00ee28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5b00ee28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5b00f4a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5b00f4ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5b00f4ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5b00f4ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5b00f4c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5b00f3337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5b015efb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5b015efb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5b015efa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5b015ed599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5b015ed599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5b015e776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5b015ddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b5b015ddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b5b015da41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b5b015da3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b5b015f006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f5b1f1cad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f5ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5b00f5ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5b015e7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5b015e776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5b015e795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5b00ec3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5b00f437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5b00f437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5b00ee29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5b00ed2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5b00ed2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5b00fd9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5b00ed2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5b0102a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b5b0102a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b5b015f0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b5b015f0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5b015ed6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5b015ed5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5b015ed7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5b01615476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b5b01615476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b5b01614d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b5b00b078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00f5b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5b00f6262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5b00f7ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5b00f7ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5b00f7ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5b00ee28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5b00ee28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5b00f4a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5b00f4ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5b00f4ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5b00f4ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5b00f46c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5b00f26f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5b00ed2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5b00ed2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5b00fd9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5b00ed2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5b00ed2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5b00ed317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5b00ed317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5b0102b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b5b0102b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b5b015f00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5b00ec7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5b00ec7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5b015e7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5b015e7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5b015e7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5b015e5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5b015e52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5b01614a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5b00f2fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5b0102cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5b0102cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5b0102cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5b00f2e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5b00fd6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5b00fd6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5b00fcf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5b00fcf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5b00fcf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5b00fab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_____________ test[pq-ReadTopicWithMetadataNestedDeep-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataNestedDeep-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 382486
DEBUG    ya.test:process.py:259 Command (pid 382486) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 382486) elapsed time (sec): 18.66869020462036
DEBUG    ya.test:process.py:263 Command (pid 382486) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) maxrss: 1461052
DEBUG    ya.test:process.py:263 Command (pid 382486) minflt: 979296
DEBUG    ya.test:process.py:263 Command (pid 382486) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) nivcsw: 1580
DEBUG    ya.test:process.py:263 Command (pid 382486) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 382486) nvcsw: 102338
DEBUG    ya.test:process.py:263 Command (pid 382486) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 382486) stime: 3.993814
DEBUG    ya.test:process.py:263 Command (pid 382486) utime: 11.279063
DEBUG    ya.test:process.py:263 Command (pid 382486) wtime: 18.671
DEBUG    ya.test:process.py:275 Command (pid 382486) output:
2025-11-14T10:57:05.882964Z Fetching udfs...
2025-11-14T10:57:06.360384Z Initialization of fq runner...
2025-11-14T10:57:10.191653Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.641792s
2025-11-14T10:57:10.839427Z Fetching query results...
2025-11-14T10:57:10.839457Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 382486) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b10d9de8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b10d9de8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b10d97d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b10d9de8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b10d9de8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b10d97d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b10d9e13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b10d982b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b10d982b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b10d982b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b10d9df00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b10d96dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b10d96e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b10d9deff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b10d9defcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b10d9defa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b10d9ded599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b10d9ded599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b10d97dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b10d97dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b10d97d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b10d977ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b10d977ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b10d977ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b10d96e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b10d96e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b10d974a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b10d974ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b10d974ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b10d974ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b10d974c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b10d973337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b10d9defb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b10d9defb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b10d9defa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b10d9ded599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b10d9ded599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b10d9de776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b10d9dddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b10d9dddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b10d9dda41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b10d9dda3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b10d9df006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b10d9de776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b10d97437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b10d97437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b10d96e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b10d96d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b10d96d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b10d97d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b10d977ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b10d977ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b10d977ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b10d96e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b10d96e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b10d974a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b10d974ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b10d974ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b10d974ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b10d9746c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b10d9726f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b10d96d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b10d96d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b10d97d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b10d96d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b10d96d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b10d96d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b10d96d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b10d982b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b10d982b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b10d9df00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b10d96c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b10d96c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b10d9de7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b10d9de8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b10d9de8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b10d97d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b10d9de8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b10d9de8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b10d97d9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b10d9e13d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b10d982b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b10d982b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b10d982b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b10d9df00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b10d96dd3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b10d96e6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b10d9deff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b10d9defcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b10d9defa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b10d9ded599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b10d9ded599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97439a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97439a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b10d97dccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b10d97dccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b10d97d9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b10d977ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b10d977ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b10d977ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b10d96e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b10d96e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b10d974a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b10d974ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b10d974ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b10d974ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b10d974c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b10d973337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b10d9defb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b10d9defb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b10d9defa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b10d9ded599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b10d9ded599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b10d9de776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b10d9dddcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b10d9dddcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b10d9dda41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b10d9dda3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b10d9df006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f10f79cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d975ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b10d975ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b10d9de7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b10d9de776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97432f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97432f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b10d9de795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b10d96c3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b10d97437fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b10d97437fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b10d96e29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b10d96d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b10d96d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b10d97d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b10d96d2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b10d982a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b10d982a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b10d9df0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b10d9df0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b10d9ded6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b10d9ded5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b10d9ded7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b10d9e15476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b10d9e15476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b10d9e14d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b10d93078f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d975b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b10d976262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b10d977ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b10d977ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b10d977ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b10d96e28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b10d96e28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b10d974a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b10d974ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b10d974ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b10d974ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b10d9746c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b10d9726f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b10d96d2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b10d96d2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b10d97d9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b10d96d2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b10d96d2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b10d96d317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b10d96d317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b10d982b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b10d982b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b10d9df00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b10d96c7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b10d96c7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b10d9de7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b10d9de7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b10d9de7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b10d9de5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b10d9de52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b10d9e14a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b10d972fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b10d982cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b10d982cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b10d982cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b10d972e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b10d97d6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b10d97d6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b10d97cf3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b10d97cf3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b10d97cf3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b10d97ab450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_____________ test[pq-ReadTopicWithMetadataWithFilter-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopicWithMetadataWithFilter-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataWithFilter-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 388793
DEBUG    ya.test:process.py:259 Command (pid 388793) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 388793) elapsed time (sec): 18.643113613128662
DEBUG    ya.test:process.py:263 Command (pid 388793) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) maxrss: 1432952
DEBUG    ya.test:process.py:263 Command (pid 388793) minflt: 981066
DEBUG    ya.test:process.py:263 Command (pid 388793) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) nivcsw: 1528
DEBUG    ya.test:process.py:263 Command (pid 388793) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 388793) nvcsw: 102006
DEBUG    ya.test:process.py:263 Command (pid 388793) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 388793) stime: 3.836277
DEBUG    ya.test:process.py:263 Command (pid 388793) utime: 11.447227
DEBUG    ya.test:process.py:263 Command (pid 388793) wtime: 18.646
DEBUG    ya.test:process.py:275 Command (pid 388793) output:
2025-11-14T10:57:24.851688Z Fetching udfs...
2025-11-14T10:57:25.347087Z Initialization of fq runner...
2025-11-14T10:57:29.704031Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.531230s
2025-11-14T10:57:30.241268Z Fetching query results...
2025-11-14T10:57:30.241300Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 388793) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b816ca58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b816ca58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b816c449e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b816ca58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b816ca58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b816c449e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b816ca83d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b816c49b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b816c49b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b816c49b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b816ca600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b816c34d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b816c356660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b816ca5ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b816ca5fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b816ca5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b816ca5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b816ca5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b816c44ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b816c44ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b816c449447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b816c3eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b816c3eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b816c3eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b816c3528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b816c3528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b816c3ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b816c3bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b816c3bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b816c3bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b816c3bc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b816c3a337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b816ca5fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b816ca5fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b816ca5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b816ca5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b816ca5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b816ca5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b816ca4dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b816ca4dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b816ca4a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b816ca4a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b816ca6006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b816ca5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b816c3b37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b816c3b37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b816c3529c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b816c342694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b816c342694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b816c449212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b816c3eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b816c3eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b816c3eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b816c3528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b816c3528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b816c3ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b816c3bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b816c3bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b816c3bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b816c3b6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b816c396f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b816c342694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b816c342694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b816c449212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b816c342b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b816c342b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b816c34317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b816c34317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b816c49b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b816c49b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b816ca600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b816c337372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b816c337372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b816ca57c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b816ca58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b816ca58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b816c449e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b816ca58bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b816ca58bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b816c449e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b816ca83d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b816c49b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b816c49b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b816c49b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b816ca600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b816c34d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b816c356660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b816ca5ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b816ca5fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b816ca5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b816ca5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b816ca5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b816c44ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b816c44ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b816c449447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b816c3eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b816c3eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b816c3eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b816c3528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b816c3528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b816c3ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b816c3bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b816c3bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b816c3bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b816c3bc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b816c3a337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b816ca5fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b816ca5fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b816ca5fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b816ca5d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b816ca5d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b816ca5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b816ca4dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b816ca4dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b816ca4a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b816ca4a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b816ca6006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f818a63fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3cca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b816c3cca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b816ca57b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b816ca5776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b816ca5795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c333a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b816c333a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b816c3b37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b816c3b37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b816c3529c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b816c342694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b816c342694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b816c449212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b816c342d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b816c49a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b816c49a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b816ca60bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b816ca60408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b816ca5d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b816ca5d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b816ca5d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b816ca85476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b816ca85476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b816ca84d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b816bf778f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c3cb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b816c3d262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b816c3eab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b816c3eab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b816c3eab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b816c3528dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b816c3528dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b816c3ba13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b816c3bac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b816c3bac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b816c3bac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b816c3b6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b816c396f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b816c342694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b816c342694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b816c449212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b816c342b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b816c342b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b816c34317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b816c34317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b816c49b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b816c49b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b816ca600f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b816c337372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b816c337372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b816ca57c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b816ca57994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b816ca57758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b816ca55396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b816ca552dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b816ca84a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b816c39fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b816c49cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b816c49cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b816c49cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b816c39e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b816c446ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b816c446ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b816c43f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b816c43f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b816c43f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b816c41b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
___________________ test[pq-ReadTopicWithSchema-default.txt] ___________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTopicWithSchema-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028d2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithSchema-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 394934
DEBUG    ya.test:process.py:259 Command (pid 394934) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 394934) elapsed time (sec): 18.239400148391724
DEBUG    ya.test:process.py:263 Command (pid 394934) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) maxrss: 1466160
DEBUG    ya.test:process.py:263 Command (pid 394934) minflt: 979844
DEBUG    ya.test:process.py:263 Command (pid 394934) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) nivcsw: 1512
DEBUG    ya.test:process.py:263 Command (pid 394934) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 394934) nvcsw: 102994
DEBUG    ya.test:process.py:263 Command (pid 394934) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 394934) stime: 3.723809
DEBUG    ya.test:process.py:263 Command (pid 394934) utime: 11.50055
DEBUG    ya.test:process.py:263 Command (pid 394934) wtime: 18.242
DEBUG    ya.test:process.py:275 Command (pid 394934) output:
2025-11-14T10:57:43.731465Z Fetching udfs...
2025-11-14T10:57:44.181307Z Initialization of fq runner...
2025-11-14T10:57:48.158593Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.643514s
2025-11-14T10:57:48.809279Z Fetching query results...
2025-11-14T10:57:48.809306Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 394934) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b25f95a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b25f95a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b25f8f99e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b25f95a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b25f95a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b25f8f99e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b25f95d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b25f8feb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b25f8feb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b25f8feb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b25f95b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b25f8e9d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b25f8ea6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b25f95aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b25f95afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b25f95afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b25f95ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b25f95ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b25f8f9ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b25f8f9ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b25f8f99447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b25f8f3ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b25f8f3ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b25f8f3ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b25f8ea28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b25f8ea28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b25f8f0a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b25f8f0ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b25f8f0ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b25f8f0ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b25f8f0c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b25f8ef337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b25f95afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b25f95afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b25f95afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b25f95ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b25f95ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b25f95a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b25f959dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b25f959dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b25f959a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b25f959a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b25f95b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b25f95a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b25f8f037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b25f8f037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b25f8ea29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b25f8e92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b25f8e92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b25f8f99212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b25f8f3ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b25f8f3ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b25f8f3ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b25f8ea28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b25f8ea28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b25f8f0a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b25f8f0ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b25f8f0ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b25f8f0ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b25f8f06c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b25f8ee6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b25f8e92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25f8e92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b25f8f99212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b25f8e92b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b25f8e92b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b25f8e9317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b25f8e9317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b25f8feb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b25f8feb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b25f95b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b25f8e87372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b25f8e87372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b25f95a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b25f95a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b25f95a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b25f8f99e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b25f95a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b25f95a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b25f8f99e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b25f95d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b25f8feb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b25f8feb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b25f8feb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b25f95b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b25f8e9d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b25f8ea6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b25f95aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b25f95afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b25f95afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b25f95ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b25f95ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b25f8f9ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b25f8f9ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b25f8f99447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b25f8f3ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b25f8f3ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b25f8f3ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b25f8ea28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b25f8ea28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b25f8f0a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b25f8f0ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b25f8f0ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b25f8f0ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b25f8f0c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b25f8ef337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b25f95afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b25f95afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b25f95afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b25f95ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b25f95ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b25f95a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b25f959dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b25f959dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b25f959a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b25f959a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b25f95b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f261718ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f1ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b25f8f1ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b25f95a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b25f95a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b25f95a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e83a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b25f8e83a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b25f8f037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b25f8f037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b25f8ea29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b25f8e92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b25f8e92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b25f8f99212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b25f8e92d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b25f8fea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b25f8fea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b25f95b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b25f95b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b25f95ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b25f95ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b25f95ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b25f95d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b25f95d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b25f95d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b25f8ac78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8f1b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b25f8f2262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b25f8f3ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b25f8f3ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b25f8f3ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b25f8ea28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b25f8ea28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b25f8f0a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b25f8f0ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b25f8f0ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b25f8f0ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b25f8f06c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b25f8ee6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b25f8e92694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25f8e92694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b25f8f99212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b25f8e92b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b25f8e92b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b25f8e9317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b25f8e9317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b25f8feb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b25f8feb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b25f95b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b25f8e87372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b25f8e87372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b25f95a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b25f95a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b25f95a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b25f95a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b25f95a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b25f95d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b25f8eefa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b25f8fecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b25f8fecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b25f8fecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b25f8eee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b25f8f96ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b25f8f96ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b25f8f8f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b25f8f8f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b25f8f8f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b25f8f6b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
24.31s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
19.89s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
19.24s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
18.72s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
18.70s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
18.32s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
18.21s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.08s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5p8j6g2k/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b190b4ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b190b4daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b190b3d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b190b3d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b190b3d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b190b52a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b190b52a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b190b4aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b190b4aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b190b42e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b190b3d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b190b3d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7azrm61s/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc8d006b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc8d009aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc8cff9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc8cff9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc8cff937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc8d00ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc8d00ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc8d006a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc8d006a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc8cffee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc8cff92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc8cff92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_9y1noqsc/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdff251b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdff254aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdff244398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdff244398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdff24437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdff259a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdff259a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdff251a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdff251a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdff249e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdff2442e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdff2442e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_q94julzh/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5b00fab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5b00fdaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5b00ed398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5b00ed398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5b00ed37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5b0102a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5b0102a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5b00faa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5b00faa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5b00f2e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5b00ed2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5b00ed2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ff_5l5jf/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b10d97ab450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b10d97daefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b10d96d398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b10d96d398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b10d96d37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b10d982a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b10d982a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b10d97aa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b10d97aa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b10d972e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b10d96d2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b10d96d2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cs7ik80p/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b816c41b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b816c44aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b816c34398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b816c34398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b816c3437f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b816c49a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b816c49a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b816c41a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b816c41a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b816c39e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b816c342e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b816c342e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028d2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oe_mqy1p/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b25f8f6b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b25f8f9aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b25f8e9398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b25f8e9398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b25f8e937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b25f8fea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b25f8fea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b25f8f6a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b25f8f6a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b25f8eee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b25f8e92e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b25f8e92e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
======================== 7 failed in 139.50s (0:02:19) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
______________________ test[pq-ReadTwoTopics-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadTwoTopics-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:654 Added UDF: /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTwoTopics-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 359505
DEBUG    ya.test:process.py:259 Command (pid 359505) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 359505) elapsed time (sec): 23.368174076080322
DEBUG    ya.test:process.py:263 Command (pid 359505) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) inblock: 557568
DEBUG    ya.test:process.py:263 Command (pid 359505) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) majflt: 279
DEBUG    ya.test:process.py:263 Command (pid 359505) maxrss: 1474384
DEBUG    ya.test:process.py:263 Command (pid 359505) minflt: 988190
DEBUG    ya.test:process.py:263 Command (pid 359505) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) nivcsw: 2186
DEBUG    ya.test:process.py:263 Command (pid 359505) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 359505) nvcsw: 102957
DEBUG    ya.test:process.py:263 Command (pid 359505) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 359505) stime: 4.118395
DEBUG    ya.test:process.py:263 Command (pid 359505) utime: 11.76338
DEBUG    ya.test:process.py:263 Command (pid 359505) wtime: 23.372
DEBUG    ya.test:process.py:275 Command (pid 359505) output:
2025-11-14T10:55:45.105335Z Fetching udfs...
2025-11-14T10:55:46.466649Z Initialization of fq runner...
2025-11-14T10:55:50.993953Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.641185s
2025-11-14T10:55:51.639208Z Fetching query results...
2025-11-14T10:55:51.639237Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 359505) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6d1df38bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6d1df38bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b6d1d929e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6d1df38bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b6d1df38bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b6d1d929e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6d1df63d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b6d1d97b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b6d1d97b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b6d1d97b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b6d1df400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6d1d82d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b6d1d836660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b6d1df3ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b6d1df3fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6d1df3fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6d1df3d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6d1df3d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6d1d92ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6d1d92ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6d1d929447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6d1d8cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6d1d8cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6d1d8cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6d1d8328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6d1d8328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6d1d89a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6d1d89ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6d1d89ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6d1d89ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6d1d89c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b6d1d88337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6d1df3fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6d1df3fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6d1df3fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6d1df3d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6d1df3d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6d1df3776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6d1df2dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b6d1df2dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b6d1df2a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b6d1df2a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b6d1df4006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6d1df3776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6d1d8937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6d1d8937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b6d1d8329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b6d1d822694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b6d1d822694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6d1d929212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6d1d8cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6d1d8cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6d1d8cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6d1d8328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6d1d8328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6d1d89a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6d1d89ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6d1d89ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6d1d89ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6d1d896c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b6d1d876f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b6d1d822694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6d1d822694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6d1d929212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b6d1d822b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b6d1d822b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b6d1d82317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b6d1d82317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b6d1d97b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b6d1d97b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b6d1df400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6d1d817372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6d1d817372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6d1df37c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6d1df38bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6d1df38bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b6d1d929e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6d1df38bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b6d1df38bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b6d1d929e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6d1df63d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b6d1d97b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b6d1d97b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b6d1d97b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b6d1df400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6d1d82d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b6d1d836660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b6d1df3ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b6d1df3fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6d1df3fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6d1df3d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6d1df3d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6d1d92ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6d1d92ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6d1d929447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6d1d8cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6d1d8cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6d1d8cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6d1d8328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6d1d8328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6d1d89a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6d1d89ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6d1d89ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6d1d89ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6d1d89c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b6d1d88337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6d1df3fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6d1df3fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6d1df3fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6d1df3d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6d1df3d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6d1df3776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6d1df2dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b6d1df2dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b6d1df2a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b6d1df2a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b6d1df4006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f6d3bb1cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8aca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6d1d8aca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6d1df37b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6d1df3776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6d1df3795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d813a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6d1d813a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6d1d8937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6d1d8937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b6d1d8329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b6d1d822694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b6d1d822694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6d1d929212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b6d1d822d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b6d1d97a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b6d1d97a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b6d1df40bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b6d1df40408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6d1df3d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6d1df3d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6d1df3d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6d1df65476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b6d1df65476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b6d1df64d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b6d1d4578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d8ab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6d1d8b262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6d1d8cab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6d1d8cab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6d1d8cab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6d1d8328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6d1d8328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6d1d89a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6d1d89ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6d1d89ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6d1d89ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6d1d896c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b6d1d876f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b6d1d822694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6d1d822694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6d1d929212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b6d1d822b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b6d1d822b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b6d1d82317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b6d1d82317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b6d1d97b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b6d1d97b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b6d1df400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6d1d817372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6d1d817372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6d1df37c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6d1df37994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6d1df37758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6d1df35396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6d1df352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6d1df64a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6d1d87fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6d1d97cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6d1d97cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b6d1d97cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6d1d87e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b6d1d926ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6d1d926ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6d1d91f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6d1d91f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6d1d91f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6d1d8fb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
___________________ test[pq-ReadWriteSameTopic-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadWriteSameTopic-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteSameTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 367318
DEBUG    ya.test:process.py:259 Command (pid 367318) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 367318) elapsed time (sec): 19.609047651290894
DEBUG    ya.test:process.py:263 Command (pid 367318) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) maxrss: 1480864
DEBUG    ya.test:process.py:263 Command (pid 367318) minflt: 988627
DEBUG    ya.test:process.py:263 Command (pid 367318) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) nivcsw: 2184
DEBUG    ya.test:process.py:263 Command (pid 367318) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 367318) nvcsw: 103026
DEBUG    ya.test:process.py:263 Command (pid 367318) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 367318) stime: 3.852938
DEBUG    ya.test:process.py:263 Command (pid 367318) utime: 11.402384
DEBUG    ya.test:process.py:263 Command (pid 367318) wtime: 19.613
DEBUG    ya.test:process.py:275 Command (pid 367318) output:
2025-11-14T10:56:08.494893Z Fetching udfs...
2025-11-14T10:56:09.037495Z Initialization of fq runner...
2025-11-14T10:56:13.848434Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.643056s
2025-11-14T10:56:14.497490Z Fetching query results...
2025-11-14T10:56:14.497525Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 367318) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb3fe538bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb3fe538bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb3fdf29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb3fe538bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb3fe538bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb3fdf29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb3fe563d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb3fdf7b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb3fdf7b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb3fdf7b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb3fe5400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb3fde2d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb3fde36660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb3fe53ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb3fe53fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb3fe53fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb3fe53d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb3fe53d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb3fdf2ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb3fdf2ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb3fdf29447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb3fdecab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb3fdecab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb3fdecab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb3fde328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb3fde328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb3fde9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb3fde9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb3fde9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb3fde9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb3fde9c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb3fde8337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb3fe53fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb3fe53fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb3fe53fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb3fe53d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb3fe53d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb3fe53776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb3fe52dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb3fe52dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb3fe52a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb3fe52a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb3fe54006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb3fe53776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb3fde937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb3fde937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb3fde329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb3fde22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb3fde22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb3fdf29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb3fdecab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb3fdecab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb3fdecab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb3fde328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb3fde328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb3fde9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb3fde9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb3fde9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb3fde9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb3fde96c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb3fde76f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb3fde22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3fde22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb3fdf29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb3fde22b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb3fde22b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb3fde2317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb3fde2317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb3fdf7b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb3fdf7b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb3fe5400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb3fde17372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb3fde17372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb3fe537c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb3fe538bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb3fe538bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb3fdf29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb3fe538bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb3fe538bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb3fdf29e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb3fe563d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb3fdf7b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb3fdf7b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb3fdf7b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb3fe5400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb3fde2d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb3fde36660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb3fe53ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb3fe53fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb3fe53fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb3fe53d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb3fe53d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde939a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde939a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb3fdf2ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb3fdf2ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb3fdf29447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb3fdecab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb3fdecab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb3fdecab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb3fde328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb3fde328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb3fde9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb3fde9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb3fde9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb3fde9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb3fde9c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb3fde8337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb3fe53fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb3fe53fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb3fe53fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb3fe53d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb3fe53d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb3fe53776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb3fe52dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb3fe52dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb3fe52a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb3fe52a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb3fe54006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb41c122d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeaca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb3fdeaca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb3fe537b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb3fe53776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde932f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde932f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb3fe53795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde13a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3fde13a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb3fde937fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb3fde937fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb3fde329c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb3fde22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb3fde22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb3fdf29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb3fde22d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb3fdf7a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb3fdf7a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb3fe540bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb3fe540408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb3fe53d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb3fe53d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb3fe53d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb3fe565476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bb3fe565476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bb3fe564d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bb3fda578f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fdeab21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb3fdeb262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb3fdecab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb3fdecab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb3fdecab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb3fde328dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb3fde328dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb3fde9a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb3fde9ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb3fde9ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb3fde9ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb3fde96c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb3fde76f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb3fde22694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3fde22694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb3fdf29212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb3fde22b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb3fde22b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb3fde2317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb3fde2317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb3fdf7b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb3fdf7b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb3fe5400f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb3fde17372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb3fde17372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb3fe537c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb3fe537994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb3fe537758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb3fe535396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb3fe5352dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb3fe564a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb3fde7fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb3fdf7cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb3fdf7cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb3fdf7cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb3fde7e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb3fdf26ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb3fdf26ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb3fdf1f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb3fdf1f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb3fdf1f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb3fdefb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_____________________ test[pq-ReadWriteTopic-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadWriteTopic-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 372961
DEBUG    ya.test:process.py:259 Command (pid 372961) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 372961) elapsed time (sec): 18.92624282836914
DEBUG    ya.test:process.py:263 Command (pid 372961) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) maxrss: 1439516
DEBUG    ya.test:process.py:263 Command (pid 372961) minflt: 982797
DEBUG    ya.test:process.py:263 Command (pid 372961) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) nivcsw: 1523
DEBUG    ya.test:process.py:263 Command (pid 372961) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 372961) nvcsw: 102601
DEBUG    ya.test:process.py:263 Command (pid 372961) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 372961) stime: 3.848551
DEBUG    ya.test:process.py:263 Command (pid 372961) utime: 11.500479
DEBUG    ya.test:process.py:263 Command (pid 372961) wtime: 18.93
DEBUG    ya.test:process.py:275 Command (pid 372961) output:
2025-11-14T10:56:28.411216Z Fetching udfs...
2025-11-14T10:56:28.938712Z Initialization of fq runner...
2025-11-14T10:56:33.224499Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.648504s
2025-11-14T10:56:33.879054Z Fetching query results...
2025-11-14T10:56:33.879079Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 372961) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b16447f8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b16447f8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b16441e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b16447f8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b16447f8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b16441e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1644823d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b164423b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b164423b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b164423b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b16448000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b16440ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b16440f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b16447fff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b16447ffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b16447ffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b16447fd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b16447fd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b16441eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b16441eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b16441e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b164418ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b164418ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b164418ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b16440f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b16440f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b164415a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b164415ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b164415ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b164415ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b164415c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b164414337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b16447ffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b16447ffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b16447ffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b16447fd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b16447fd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b16447f776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b16447edcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b16447edcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b16447ea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b16447ea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b164480006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b16447f776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b16441537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b16441537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b16440f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b16440e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b16440e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b16441e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b164418ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b164418ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b164418ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b16440f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b16440f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b164415a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b164415ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b164415ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b164415ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1644156c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1644136f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b16440e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16440e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b16441e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b16440e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b16440e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b16440e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b16440e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b164423b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b164423b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b16448000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b16440d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b16440d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b16447f7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b16447f8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b16447f8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b16441e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b16447f8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b16447f8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b16441e9e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1644823d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b164423b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b164423b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b164423b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b16448000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b16440ed3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b16440f6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b16447fff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b16447ffcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b16447ffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b16447fd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b16447fd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441539a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441539a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b16441eccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b16441eccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b16441e9447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b164418ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b164418ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b164418ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b16440f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b16440f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b164415a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b164415ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b164415ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b164415ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b164415c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b164414337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b16447ffb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b16447ffb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b16447ffa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b16447fd599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b16447fd599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b16447f776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b16447edcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b16447edcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b16447ea41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b16447ea3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b164480006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f16623e9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164416ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b164416ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b16447f7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b16447f776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441532f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441532f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b16447f795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b16440d3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b16441537fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b16441537fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b16440f29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b16440e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b16440e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b16441e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b16440e2d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b164423a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b164423a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1644800bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1644800408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b16447fd6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b16447fd5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b16447fd7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1644825476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b1644825476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b1644824d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b1643d178f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b164416b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b164417262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b164418ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b164418ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b164418ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b16440f28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b16440f28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b164415a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b164415ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b164415ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b164415ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1644156c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1644136f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b16440e2694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16440e2694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b16441e9212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b16440e2b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b16440e2b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b16440e317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b16440e317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b164423b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b164423b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b16448000f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b16440d7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b16440d7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b16447f7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b16447f7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b16447f7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b16447f5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b16447f52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1644824a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b164413fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b164423cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b164423cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b164423cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b164413e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b16441e6ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b16441e6ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b16441df3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b16441df3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b16441df3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b16441bb450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
________________ test[pq-ReadWriteTopicWithSchema-default.txt] _________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-ReadWriteTopicWithSchema-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteTopicWithSchema-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 377588
DEBUG    ya.test:process.py:259 Command (pid 377588) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 377588) elapsed time (sec): 18.484010696411133
DEBUG    ya.test:process.py:263 Command (pid 377588) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) maxrss: 1439660
DEBUG    ya.test:process.py:263 Command (pid 377588) minflt: 982027
DEBUG    ya.test:process.py:263 Command (pid 377588) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) nivcsw: 7628
DEBUG    ya.test:process.py:263 Command (pid 377588) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 377588) nvcsw: 103424
DEBUG    ya.test:process.py:263 Command (pid 377588) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 377588) stime: 4.2392389999999995
DEBUG    ya.test:process.py:263 Command (pid 377588) utime: 11.236987
DEBUG    ya.test:process.py:263 Command (pid 377588) wtime: 18.487
DEBUG    ya.test:process.py:275 Command (pid 377588) output:
2025-11-14T10:56:47.551559Z Fetching udfs...
2025-11-14T10:56:48.043488Z Initialization of fq runner...
2025-11-14T10:56:51.883095Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.518288s
2025-11-14T10:56:52.407735Z Fetching query results...
2025-11-14T10:56:52.407759Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 377588) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71e8e68bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b71e8e68bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b71e8859e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b71e8e68bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b71e8e68bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b71e8859e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b71e8e93d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b71e88ab4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b71e88ab4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b71e88ab4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b71e8e700f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71e875d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b71e8766660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b71e8e6ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b71e8e6fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b71e8e6fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b71e8e6d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b71e8e6d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b71e885ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b71e885ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b71e8859447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71e87fab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71e87fab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71e87fab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71e87628dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71e87628dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71e87ca13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71e87cac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71e87cac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71e87cac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71e87cc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b71e87b337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b71e8e6fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b71e8e6fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b71e8e6fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b71e8e6d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b71e8e6d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71e8e6776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b71e8e5dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b71e8e5dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b71e8e5a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b71e8e5a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b71e8e7006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71e8e6776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71e87c37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71e87c37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b71e87629c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b71e8752694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b71e8752694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b71e8859212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71e87fab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71e87fab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71e87fab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71e87628dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71e87628dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71e87ca13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71e87cac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71e87cac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71e87cac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71e87c6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b71e87a6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b71e8752694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71e8752694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b71e8859212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b71e8752b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b71e8752b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b71e875317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b71e875317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b71e88ab4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b71e88ab4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b71e8e700f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71e8747372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b71e8747372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b71e8e67c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71e8e68bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b71e8e68bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b71e8859e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b71e8e68bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b71e8e68bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b71e8859e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b71e8e93d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b71e88ab4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b71e88ab4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b71e88ab4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b71e8e700f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71e875d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b71e8766660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b71e8e6ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b71e8e6fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b71e8e6fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b71e8e6d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b71e8e6d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b71e885ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b71e885ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b71e8859447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71e87fab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71e87fab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71e87fab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71e87628dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71e87628dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71e87ca13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71e87cac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71e87cac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71e87cac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71e87cc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b71e87b337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b71e8e6fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b71e8e6fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b71e8e6fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b71e8e6d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b71e8e6d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71e8e6776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b71e8e5dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b71e8e5dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b71e8e5a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b71e8e5a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b71e8e7006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f7206a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87dca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71e87dca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71e8e67b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71e8e6776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71e8e6795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8743a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71e8743a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71e87c37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71e87c37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b71e87629c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b71e8752694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b71e8752694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b71e8859212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b71e8752d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b71e88aa2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b71e88aa0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b71e8e70bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b71e8e70408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b71e8e6d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b71e8e6d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b71e8e6d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b71e8e95476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b71e8e95476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b71e8e94d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b71e83878f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e87db21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71e87e262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71e87fab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71e87fab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71e87fab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71e87628dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71e87628dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71e87ca13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71e87cac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71e87cac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71e87cac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71e87c6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b71e87a6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b71e8752694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71e8752694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b71e8859212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b71e8752b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b71e8752b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b71e875317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b71e875317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b71e88ab4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b71e88ab4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b71e8e700f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71e8747372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b71e8747372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b71e8e67c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71e8e67994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71e8e67758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71e8e65396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71e8e652dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71e8e94a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71e87afa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71e88acde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71e88acde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b71e88acde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71e87ae884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b71e8856ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71e8856ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71e884f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71e884f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71e884f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71e882b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_____________________ test[pq-WriteTwoTopics-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[pq-WriteTwoTopics-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[pq-WriteTwoTopics-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 382537
DEBUG    ya.test:process.py:259 Command (pid 382537) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 382537) elapsed time (sec): 18.551793336868286
DEBUG    ya.test:process.py:263 Command (pid 382537) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) maxrss: 1443044
DEBUG    ya.test:process.py:263 Command (pid 382537) minflt: 983332
DEBUG    ya.test:process.py:263 Command (pid 382537) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) nivcsw: 1337
DEBUG    ya.test:process.py:263 Command (pid 382537) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 382537) nvcsw: 103290
DEBUG    ya.test:process.py:263 Command (pid 382537) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 382537) stime: 3.993202
DEBUG    ya.test:process.py:263 Command (pid 382537) utime: 11.554946
DEBUG    ya.test:process.py:263 Command (pid 382537) wtime: 18.555
DEBUG    ya.test:process.py:275 Command (pid 382537) output:
2025-11-14T10:57:06.202013Z Fetching udfs...
2025-11-14T10:57:06.705400Z Initialization of fq runner...
2025-11-14T10:57:10.754610Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.624839s
2025-11-14T10:57:11.396250Z Fetching query results...
2025-11-14T10:57:11.396276Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 382537) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b96dde18bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b96dde18bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b96dd809e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b96dde18bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b96dde18bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b96dd809e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b96dde43d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b96dd85b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b96dd85b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b96dd85b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b96dde200f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b96dd70d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b96dd716660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b96dde1ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b96dde1fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b96dde1fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b96dde1d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b96dde1d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7739a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7739a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b96dd80ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b96dd80ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b96dd809447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b96dd7aab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b96dd7aab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b96dd7aab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b96dd7128dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b96dd7128dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b96dd77a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b96dd77ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b96dd77ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b96dd77ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b96dd77c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b96dd76337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b96dde1fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b96dde1fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b96dde1fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b96dde1d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b96dde1d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b96dde1776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b96dde0dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b96dde0dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b96dde0a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b96dde0a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b96dde2006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b96dde1776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b96dd7737fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b96dd7737fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b96dd7129c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b96dd702694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b96dd702694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b96dd809212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b96dd7aab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b96dd7aab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b96dd7aab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b96dd7128dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b96dd7128dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b96dd77a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b96dd77ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b96dd77ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b96dd77ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b96dd776c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b96dd756f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b96dd702694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96dd702694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b96dd809212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b96dd702b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b96dd702b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b96dd70317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b96dd70317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b96dd85b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b96dd85b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b96dde200f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96dd6f7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b96dd6f7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b96dde17c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b96dde18bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b96dde18bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b96dd809e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b96dde18bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b96dde18bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b96dd809e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b96dde43d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b96dd85b4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b96dd85b4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b96dd85b4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b96dde200f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b96dd70d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b96dd716660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b96dde1ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b96dde1fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b96dde1fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b96dde1d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b96dde1d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7739a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7739a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b96dd80ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b96dd80ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b96dd809447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b96dd7aab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b96dd7aab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b96dd7aab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b96dd7128dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b96dd7128dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b96dd77a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b96dd77ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b96dd77ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b96dd77ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b96dd77c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b96dd76337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b96dde1fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b96dde1fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b96dde1fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b96dde1d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b96dde1d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b96dde1776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b96dde0dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b96dde0dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b96dde0a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b96dde0a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b96dde2006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f96fba01d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd78ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b96dd78ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b96dde17b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b96dde1776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7732f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7732f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b96dde1795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f3a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96dd6f3a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b96dd7737fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b96dd7737fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b96dd7129c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b96dd702694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b96dd702694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b96dd809212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b96dd702d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b96dd85a2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b96dd85a0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b96dde20bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b96dde20408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b96dde1d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b96dde1d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b96dde1d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b96dde45476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7b96dde45476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7b96dde44d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7b96dd3378f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd78b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b96dd79262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b96dd7aab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b96dd7aab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b96dd7aab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b96dd7128dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b96dd7128dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b96dd77a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b96dd77ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b96dd77ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b96dd77ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b96dd776c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b96dd756f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b96dd702694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96dd702694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b96dd809212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b96dd702b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b96dd702b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b96dd70317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b96dd70317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b96dd85b4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b96dd85b4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b96dde200f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96dd6f7372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b96dd6f7372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b96dde17c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b96dde17994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b96dde17758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b96dde15396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b96dde152dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b96dde44a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b96dd75fa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b96dd85cde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b96dd85cde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b96dd85cde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b96dd75e884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b96dd806ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b96dd806ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b96dd7ff3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b96dd7ff3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b96dd7ff3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b96dd7db450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
____________ test[solomon-ReadTopicGroupWriteToSolomon-default.txt] ____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[solomon-ReadTopicGroupWriteToSolomon-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 388861
DEBUG    ya.test:process.py:259 Command (pid 388861) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 388861) elapsed time (sec): 19.16068124771118
DEBUG    ya.test:process.py:263 Command (pid 388861) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) majflt: 4
DEBUG    ya.test:process.py:263 Command (pid 388861) maxrss: 1494940
DEBUG    ya.test:process.py:263 Command (pid 388861) minflt: 992080
DEBUG    ya.test:process.py:263 Command (pid 388861) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) nivcsw: 1502
DEBUG    ya.test:process.py:263 Command (pid 388861) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 388861) nvcsw: 104187
DEBUG    ya.test:process.py:263 Command (pid 388861) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 388861) stime: 4.031217
DEBUG    ya.test:process.py:263 Command (pid 388861) utime: 11.843436
DEBUG    ya.test:process.py:263 Command (pid 388861) wtime: 19.164
DEBUG    ya.test:process.py:275 Command (pid 388861) output:
2025-11-14T10:57:25.162131Z Fetching udfs...
2025-11-14T10:57:25.707598Z Initialization of fq runner...
2025-11-14T10:57:30.157208Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.840168s
2025-11-14T10:57:31.001609Z Fetching query results...
2025-11-14T10:57:31.001630Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 388861) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4417a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf4417a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf441199e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf4417a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bf4417a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bf441199e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf4417d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bf4411eb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bf4411eb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bf4411eb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bf4417b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf44109d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf4410a6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf4417aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf4417afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf4417afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf4417ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf4417ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf44119ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf44119ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf441199447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf44113ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf44113ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf44113ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4410a28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4410a28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf44110a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf44110ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf44110ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf44110ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf44110c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf4410f337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf4417afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf4417afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf4417afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf4417ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf4417ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4417a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf44179dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bf44179dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bf44179a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bf44179a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bf4417b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4417a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4411037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4411037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf4410a29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf441092694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf441092694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf441199212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf44113ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf44113ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf44113ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4410a28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4410a28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf44110a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf44110ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf44110ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf44110ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf441106c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf4410e6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf441092694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf441092694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf441199212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf441092b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf441092b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf44109317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf44109317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf4411eb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bf4411eb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bf4417b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf441087372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf441087372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf4417a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4417a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf4417a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf441199e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf4417a8bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bf4417a8bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bf441199e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf4417d3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bf4411eb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bf4411eb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bf4411eb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bf4417b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf44109d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf4410a6660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf4417aff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf4417afcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf4417afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf4417ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf4417ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411039a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411039a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf44119ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf44119ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf441199447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf44113ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf44113ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf44113ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4410a28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4410a28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf44110a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf44110ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf44110ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf44110ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf44110c4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf4410f337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf4417afb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf4417afb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf4417afa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf4417ad599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf4417ad599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4417a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf44179dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bf44179dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bf44179a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bf44179a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bf4417b006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7ff45f398d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44111ca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf44111ca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4417a7b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4417a776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411032f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411032f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4417a795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441083a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf441083a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4411037fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4411037fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf4410a29c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf441092694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf441092694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf441199212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf441092d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf4411ea2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bf4411ea0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bf4417b0bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf4417b0408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf4417ad6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf4417ad5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf4417ad7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf4417d5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bf4417d5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bf4417d4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bf440cc78f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf44111b21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf44112262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf44113ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf44113ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf44113ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4410a28dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4410a28dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf44110a13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf44110ac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf44110ac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf44110ac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf441106c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf4410e6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf441092694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf441092694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf441199212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf441092b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf441092b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf44109317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf44109317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf4411eb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bf4411eb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bf4417b00f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf441087372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf441087372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf4417a7c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4417a7994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4417a7758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4417a5396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4417a52dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf4417d4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf4410efa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf4411ecde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf4411ecde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf4411ecde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf4410ee884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf441196ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf441196ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf44118f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf44118f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf44118f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf44116b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
___________________ test[watermarks-watermarks-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[watermarks-watermarks-default.txt]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:654 process search UDF in: None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/oatz/0028c2/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_sql_streaming.py, test_name: test[watermarks-watermarks-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/results.txt', '--ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/plan.json', '--log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs', '--result-format=full-proto', '--canonical-output', '--query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_3.txt']' in '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 395133
DEBUG    ya.test:process.py:259 Command (pid 395133) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 395133) elapsed time (sec): 18.829753875732422
DEBUG    ya.test:process.py:263 Command (pid 395133) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) maxrss: 1463648
DEBUG    ya.test:process.py:263 Command (pid 395133) minflt: 978078
DEBUG    ya.test:process.py:263 Command (pid 395133) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) nivcsw: 1663
DEBUG    ya.test:process.py:263 Command (pid 395133) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 395133) nvcsw: 102518
DEBUG    ya.test:process.py:263 Command (pid 395133) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 395133) stime: 3.690468
DEBUG    ya.test:process.py:263 Command (pid 395133) utime: 11.63147
DEBUG    ya.test:process.py:263 Command (pid 395133) wtime: 18.832
DEBUG    ya.test:process.py:275 Command (pid 395133) output:
2025-11-14T10:57:44.488134Z Fetching udfs...
2025-11-14T10:57:45.004476Z Initialization of fq runner...
2025-11-14T10:57:49.163971Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.530188s
2025-11-14T10:57:49.700778Z Fetching query results...
2025-11-14T10:57:49.700807Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 395133) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #33 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #34 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #35 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdffc278bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdffc278bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdffbc69e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdffc278bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bdffc278bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bdffbc69e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 62 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdffc2a3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bdffbcbb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bdffbcbb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bdffbcbb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bdffc2800f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdffbb6d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdffbb76660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdffc27ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdffc27fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdffc27fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdffc27d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdffc27d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #12 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #13 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #14 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdffbc6ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdffbc6ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdffbc69447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #41 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #42 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #43 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdffbc0ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdffbc0ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdffbc0ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdffbb728dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdffbb728dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdffbbda13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdffbbdac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdffbbdac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdffbbdac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdffbbdc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdffbbc337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdffc27fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdffc27fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdffc27fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdffc27d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdffc27d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #21 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #22 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #23 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdffc27776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdffc26dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bdffc26dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bdffc26a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bdffc26a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bdffc28006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #22 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #23 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #24 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdffc27776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdffbbd37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdffbbd37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdffbb729c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdffbb62694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdffbb62694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdffbc69212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #35 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #36 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #37 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdffbc0ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdffbc0ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdffbc0ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdffbb728dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdffbb728dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdffbbda13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdffbbdac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdffbbdac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdffbbdac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdffbbd6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdffbbb6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdffbb62694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdffbb62694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdffbc69212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdffbb62b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdffbb62b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdffbb6317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdffbb6317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdffbcbb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bdffbcbb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bdffc2800f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdffbb57372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdffbb57372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdffc277c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #33 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #34 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #35 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #37 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #38 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdffc278bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdffc278bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdffbc69e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdffc278bc0 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bdffc278bc0 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bdffbc69e9e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 62 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdffc2a3d2e in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bdffbcbb4ff in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bdffbcbb4ff in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bdffbcbb4ff in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bdffc2800f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdffbb6d3e8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdffbb76660 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdffc27ff2f in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdffc27fcdc in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdffc27fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdffc27d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdffc27d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #12 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #13 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #14 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #16 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #17 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #20 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 56 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd39a4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd39a4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdffbc6ccf6 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdffbc6ccf6 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdffbc69447 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #41 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #42 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #43 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdffbc0ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdffbc0ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdffbc0ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdffbb728dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdffbb728dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdffbbda13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdffbbdac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdffbbdac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdffbbdac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdffbbdc4e7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdffbbc337b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdffc27fb74 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdffc27fb74 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdffc27fa54 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdffc27d599 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdffc27d599 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #21 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #22 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #23 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #25 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #26 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #29 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 49 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdffc27776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdffc26dcca in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bdffc26dcca in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bdffc26a41d in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bdffc26a3f2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bdffc28006a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #22 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #23 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #24 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #26 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #27 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d34eb5c in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001d7e864a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #30 0x00001d331ea7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe019e65d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbeca94 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdffbbeca94 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdffc277b95 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdffc27776d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd32f6 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd32f6 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdffc27795f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb53a35 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdffbb53a35 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdffbbd37fd in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdffbbd37fd in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdffbb729c6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdffbb62694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdffbb62694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdffbc69212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdffbb62d62 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdffbcba2b4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bdffbcba0ea in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bdffc280bf4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdffc280408 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdffc27d6f2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdffc27d5fa in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdffc27d7ff in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdffc2a5476 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #35 0x7bdffc2a5476 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #36 0x7bdffc2a4d63 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #37 0x7bdffb7978f8 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x000027dd8609 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #39 0x000027dd189b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #40 0x00003b6a2a73 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbbeb21b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdffbbf262d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdffbc0ab94 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdffbc0ab94 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdffbc0ab94 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdffbb728dc in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdffbb728dc in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdffbbda13d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdffbbdac5a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdffbbdac5a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdffbbdac5a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdffbbd6c1d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdffbbb6f9a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdffbb62694 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdffbb62694 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdffbc69212 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdffbb62b81 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdffbb62b81 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdffbb6317d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdffbb6317d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdffbcbb4c3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bdffbcbb4c3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bdffc2800f6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001d4251d4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdffbb57372 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdffbb57372 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdffc277c07 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdffc277994 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdffc277758 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdffc275396 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdffc2752dd in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdffc2a4a1d in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdffbbbfa8d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdffbcbcde4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdffbcbcde4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bdffbcbcde4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdffbbbe884 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bdffbc66ddc in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdffbc66ddc in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdffbc5f3c8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdffbc5f3c8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdffbc5f3c8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdffbc3b450 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
23.45s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
19.68s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
19.23s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
18.98s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
18.92s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
18.61s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
18.52s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.04s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4er2qeza/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6d1d8fb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6d1d92aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6d1d82398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6d1d82398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6d1d8237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6d1d97a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6d1d97a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6d1d8fa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6d1d8fa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6d1d87e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6d1d822e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6d1d822e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vfh51lm9/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb3fdefb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb3fdf2aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb3fde2398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3fde2398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb3fde237f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb3fdf7a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb3fdf7a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb3fdefa467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb3fdefa467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb3fde7e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb3fde22e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb3fde22e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_m516_0t_/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b16441bb450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b16441eaefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b16440e398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b16440e398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b16440e37f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b164423a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b164423a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b16441ba467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b16441ba467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b164413e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b16440e2e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b16440e2e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_hy9d0la3/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71e882b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71e885aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71e875398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71e875398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71e87537f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71e88aa7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b71e88aa7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b71e882a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71e882a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71e87ae625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71e8752e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71e8752e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_boafscjx/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b96dd7db450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b96dd80aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b96dd70398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96dd70398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b96dd7037f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b96dd85a7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b96dd85a7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b96dd7da467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b96dd7da467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b96dd75e625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b96dd702e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b96dd702e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mufzdkry/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf44116b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf44119aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf44109398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf44109398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4410937f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf4411ea7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf4411ea7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf44116a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf44116a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf4410ee625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf441092e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf441092e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/results.txt --ast-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/ast.txt --plan-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/plan.json --log-file=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql_udfs --result-format=full-proto --canonical-output --query=/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/oatz/0028c2/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_oomh49_z/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdffbc3b450 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdffbc6aefd in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdffbb6398a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdffbb6398a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdffbb637f8 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdffbcba7dc in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bdffbcba7dc in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bdffbc3a467 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdffbc3a467 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdffbbbe625 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdffbb62e5c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdffbb62e5c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453792 byte(s) leaked in 8617 allocation(s).
======================== 7 failed in 139.49s (0:02:19) =========================
